diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-10 13:28:18 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2015-02-10 13:28:18 +0000 |
commit | 812a0f67e1cacf6f5161ed0f41266f68abeee289 (patch) | |
tree | decf148bbf899186ff1ef8db6cbae75ac6e8f61f /lib/libcrypto | |
parent | 4520dd0930b8f0c7f25b45d5e77f260bae2f63bc (diff) |
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
be enabled, mostly since people use SANs instead.
ok beck@ guenther@
Diffstat (limited to 'lib/libcrypto')
-rw-r--r-- | lib/libcrypto/crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/Makefile b/lib/libcrypto/crypto/Makefile index 478991c9b7e..4e8f489c2d5 100644 --- a/lib/libcrypto/crypto/Makefile +++ b/lib/libcrypto/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.55 2015/02/10 11:37:58 jsing Exp $ +# $OpenBSD: Makefile,v 1.56 2015/02/10 13:28:17 jsing Exp $ LIB= crypto @@ -258,7 +258,6 @@ SRCS+= v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c v3_pku.c SRCS+= v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c SRCS+= v3_ocsp.c v3_akeya.c v3_pmaps.c v3_pcons.c v3_ncons.c v3_pcia.c v3_pci.c SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c -SRCS+= v3_asid.c v3_addr.c .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ ${LCRYPTO_SRC} \ |