diff options
author | jsing <> | 2023-04-17 12:46:36 +0000 |
---|---|---|
committer | jsing <> | 2023-04-17 12:46:36 +0000 |
commit | 6d924b6b2068c102093ef467124605ea9bf05c3e (patch) | |
tree | 41dcaac596a44a84079ec8bbaee2eed1c15f6375 /src/lib | |
parent | 173299c275f8ec3b396fc3083aed23b52a2c4827 (diff) | |
download | openbsd-6d924b6b2068c102093ef467124605ea9bf05c3e.tar.gz openbsd-6d924b6b2068c102093ef467124605ea9bf05c3e.tar.bz2 openbsd-6d924b6b2068c102093ef467124605ea9bf05c3e.zip |
Hook sha3 up to build.
ok tb@
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index d2cc11244e..c0a9d680af 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.106 2023/04/17 12:36:59 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.107 2023/04/17 12:46:36 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -445,6 +445,7 @@ SRCS+= m_md5_sha1.c | |||
445 | SRCS+= m_null.c | 445 | SRCS+= m_null.c |
446 | SRCS+= m_ripemd.c | 446 | SRCS+= m_ripemd.c |
447 | SRCS+= m_sha1.c | 447 | SRCS+= m_sha1.c |
448 | SRCS+= m_sha3.c | ||
448 | SRCS+= m_sigver.c | 449 | SRCS+= m_sigver.c |
449 | SRCS+= m_sm3.c | 450 | SRCS+= m_sm3.c |
450 | SRCS+= m_streebog.c | 451 | SRCS+= m_streebog.c |
@@ -621,6 +622,7 @@ SRCS+= rsa_x931.c | |||
621 | # sha/ | 622 | # sha/ |
622 | SRCS+= sha1.c | 623 | SRCS+= sha1.c |
623 | SRCS+= sha256.c | 624 | SRCS+= sha256.c |
625 | SRCS+= sha3.c | ||
624 | SRCS+= sha512.c | 626 | SRCS+= sha512.c |
625 | 627 | ||
626 | # sm3/ | 628 | # sm3/ |