summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2022-01-14 08:12:31 +0000
committertb <>2022-01-14 08:12:31 +0000
commit52dcf108ffdd923eecabf36d4015036834354df8 (patch)
tree9cb61a25c449a43924de040ce7472eab7059a851 /src/lib/libcrypto/Makefile
parent6736c148ebffe70d22047454c65d1c7c154c804a (diff)
downloadopenbsd-52dcf108ffdd923eecabf36d4015036834354df8.tar.gz
openbsd-52dcf108ffdd923eecabf36d4015036834354df8.tar.bz2
openbsd-52dcf108ffdd923eecabf36d4015036834354df8.zip
Remove obsolete key formats
This removes NETSCAPE_X509, NETSCAPE{,_ENCRYPTED}_PKEY, RSA_NET, Netscape_RSA things. Some of the nasty tentacles that could go in principle are used in some test suites, so we need to keep them... All this was removed as part of OpenSSL commit 0bc2f365. ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index be22c4e9e6..6bbe8ad9de 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.69 2022/01/14 07:52:24 tb Exp $ 1# $OpenBSD: Makefile,v 1.70 2022/01/14 08:12:31 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -62,11 +62,9 @@ SRCS+= a_print.c a_type.c a_string.c
62SRCS+= a_enum.c a_utf8.c a_mbstr.c a_strex.c 62SRCS+= a_enum.c a_utf8.c a_mbstr.c a_strex.c
63SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c 63SRCS+= x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c
64SRCS+= x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c 64SRCS+= x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c
65SRCS+= x_nx509.c
66SRCS+= t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c 65SRCS+= t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c
67SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c 66SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c
68SRCS+= tasn_prn.c ameth_lib.c 67SRCS+= tasn_prn.c ameth_lib.c
69SRCS+= n_pkey.c
70SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c 68SRCS+= x_pkey.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c
71SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c 69SRCS+= asn1_gen.c asn1_par.c asn1_old_lib.c asn1_err.c a_strnid.c
72SRCS+= p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c 70SRCS+= p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c