artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc83660
)
Hook sha3 up to build.
author
jsing
<jsing@openbsd.org>
Mon, 17 Apr 2023 12:46:36 +0000
(12:46 +0000)
committer
jsing
<jsing@openbsd.org>
Mon, 17 Apr 2023 12:46:36 +0000
(12:46 +0000)
ok tb@
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
d2cc112
..
c0a9d68
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.10
6 2023/04/17 12:36:59
jsing Exp $
+# $OpenBSD: Makefile,v 1.10
7 2023/04/17 12:46:36
jsing Exp $
LIB= crypto
LIBREBUILD=y
@@
-445,6
+445,7
@@
SRCS+= m_md5_sha1.c
SRCS+= m_null.c
SRCS+= m_ripemd.c
SRCS+= m_sha1.c
+SRCS+= m_sha3.c
SRCS+= m_sigver.c
SRCS+= m_sm3.c
SRCS+= m_streebog.c
@@
-621,6
+622,7
@@
SRCS+= rsa_x931.c
# sha/
SRCS+= sha1.c
SRCS+= sha256.c
+SRCS+= sha3.c
SRCS+= sha512.c
# sm3/