artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44f1c73
)
Consolidate sha1 into a single file.
author
jsing
<jsing@openbsd.org>
Tue, 11 Apr 2023 10:41:10 +0000
(10:41 +0000)
committer
jsing
<jsing@openbsd.org>
Tue, 11 Apr 2023 10:41:10 +0000
(10:41 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
5405d79
..
ed70799
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.10
0 2023/04/11 10:08:44 tb
Exp $
+# $OpenBSD: Makefile,v 1.10
1 2023/04/11 10:41:10 jsing
Exp $
LIB= crypto
LIBREBUILD=y
@@
-625,8
+625,7
@@
SRCS+= rsa_sign.c
SRCS+= rsa_x931.c
# sha/
-SRCS+= sha1dgst.c
-SRCS+= sha1_one.c
+SRCS+= sha1.c
SRCS+= sha256.c
SRCS+= sha512.c