artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e8a5b
)
Link rsa_x931.c to build
author
tb
<tb@openbsd.org>
Fri, 5 May 2023 12:20:03 +0000
(12:20 +0000)
committer
tb
<tb@openbsd.org>
Fri, 5 May 2023 12:20:03 +0000
(12:20 +0000)
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
4238e6d
..
738bab2
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.12
5 2023/04/28 16:30:14
tb Exp $
+# $OpenBSD: Makefile,v 1.12
6 2023/05/05 12:20:03
tb Exp $
LIB= crypto
LIBREBUILD=y
@@
-606,6
+606,7
@@
SRCS+= rsa_prn.c
SRCS+= rsa_pss.c
SRCS+= rsa_saos.c
SRCS+= rsa_sign.c
+SRCS+= rsa_x931.c
# sha/
SRCS+= sha1.c