diff options
author | Job Snijders <job@cvs.openbsd.org> | 2021-09-03 23:30:43 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2021-09-03 23:30:43 +0000 |
commit | deb173ef1c384f02532bd090677e686854ef2ded (patch) | |
tree | 11096ca1d4dba63f51fee1b02973ccabf732e952 /lib/libcrypto | |
parent | 192b08270e73148e4f2f19115884c1658f7460f5 (diff) |
Add X509 Extensions for IP Addresses and AS Identifiers
(subordinate code paths are include guarded)
OK tb@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index 1a3a3888352..2bc065afe27 100644 --- a/lib/libcrypto/Makefile +++ b/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2020/09/13 15:06:16 beck Exp $ +# $OpenBSD: Makefile,v 1.46 2021/09/03 23:30:42 job Exp $ LIB= crypto LIBREBUILD=y @@ -267,6 +267,7 @@ SRCS+= ui_err.c ui_lib.c ui_openssl.c ui_util.c SRCS+= wp_dgst.c # x509/ +SRCS+= x509_addr.c x509_asid.c SRCS+= x509_def.c x509_d2.c x509_r2x.c x509_cmp.c SRCS+= x509_obj.c x509_req.c x509spki.c x509_vfy.c SRCS+= x509_set.c x509cset.c x509rset.c x509_err.c |