From 23f45c4741a12726778b20e1bece0b996e4b9add Mon Sep 17 00:00:00 2001 From: job <> Date: Fri, 3 Sep 2021 23:30:42 +0000 Subject: Add X509 Extensions for IP Addresses and AS Identifiers (subordinate code paths are include guarded) OK tb@ --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 1a3a388835..2bc065afe2 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/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 -- cgit v1.2.3-55-g6feb