artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
644f9c4
)
Add the new policy code to the build.
author
beck
<beck@openbsd.org>
Wed, 26 Apr 2023 19:16:02 +0000
(19:16 +0000)
committer
beck
<beck@openbsd.org>
Wed, 26 Apr 2023 19:16:02 +0000
(19:16 +0000)
ok tb@ jsing@
lib/libcrypto/Makefile
patch
|
blob
|
history
diff --git
a/lib/libcrypto/Makefile
b/lib/libcrypto/Makefile
index
9ebb2e1
..
4e363d9
100644
(file)
--- a/
lib/libcrypto/Makefile
+++ b/
lib/libcrypto/Makefile
@@
-1,4
+1,4
@@
-# $OpenBSD: Makefile,v 1.12
0 2023/04/26 14:27:40 tb
Exp $
+# $OpenBSD: Makefile,v 1.12
1 2023/04/26 19:16:02 beck
Exp $
LIB= crypto
LIBREBUILD=y
@@
-689,6
+689,7
@@
SRCS+= x509_ocsp.c
SRCS+= x509_pcons.c
SRCS+= x509_pku.c
SRCS+= x509_pmaps.c
+SRCS+= x509_policy.c
SRCS+= x509_prn.c
SRCS+= x509_purp.c
SRCS+= x509_r2x.c