diff options
| author | jsing <> | 2018-10-24 17:57:22 +0000 |
|---|---|---|
| committer | jsing <> | 2018-10-24 17:57:22 +0000 |
| commit | 767c1ccf5494d48af80092a8bd351fdbdc1922f0 (patch) | |
| tree | c4bde435c9466178df1c42e0747e9ccbe096ea27 /src/lib/libcrypto/Makefile | |
| parent | c6b6e8b4e009438296d3546dd2b00c8abdc4f55f (diff) | |
| download | openbsd-767c1ccf5494d48af80092a8bd351fdbdc1922f0.tar.gz openbsd-767c1ccf5494d48af80092a8bd351fdbdc1922f0.tar.bz2 openbsd-767c1ccf5494d48af80092a8bd351fdbdc1922f0.zip | |
Remove a bunch of ancient and highly crufty ASN.1 related code from
libcrypto (the "new" stuff replaced this back around 2000 or so...).
ok tb@
Diffstat (limited to 'src/lib/libcrypto/Makefile')
| -rw-r--r-- | src/lib/libcrypto/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8c5e46b169..7f6322ff7f 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.27 2018/03/17 16:20:01 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.28 2018/10/24 17:57:22 jsing Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -55,9 +55,8 @@ SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c | |||
| 55 | SRCS+= tasn_prn.c ameth_lib.c | 55 | SRCS+= tasn_prn.c ameth_lib.c |
| 56 | SRCS+= f_int.c f_string.c n_pkey.c | 56 | SRCS+= f_int.c f_string.c n_pkey.c |
| 57 | SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c | 57 | SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c |
| 58 | SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_bytes.c a_strnid.c | 58 | SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_strnid.c |
| 59 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c | 59 | SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c |
| 60 | SRCS+= a_set.c | ||
| 61 | SRCS+= a_time_tm.c | 60 | SRCS+= a_time_tm.c |
| 62 | 61 | ||
| 63 | # bf/ | 62 | # bf/ |
| @@ -324,7 +323,6 @@ SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c | |||
| 324 | HDRS=\ | 323 | HDRS=\ |
| 325 | ${LCRYPTO_SRC}/aes/aes.h \ | 324 | ${LCRYPTO_SRC}/aes/aes.h \ |
| 326 | ${LCRYPTO_SRC}/asn1/asn1.h \ | 325 | ${LCRYPTO_SRC}/asn1/asn1.h \ |
| 327 | ${LCRYPTO_SRC}/asn1/asn1_mac.h \ | ||
| 328 | ${LCRYPTO_SRC}/asn1/asn1t.h \ | 326 | ${LCRYPTO_SRC}/asn1/asn1t.h \ |
| 329 | ${LCRYPTO_SRC}/bf/blowfish.h \ | 327 | ${LCRYPTO_SRC}/bf/blowfish.h \ |
| 330 | ${LCRYPTO_SRC}/bio/bio.h \ | 328 | ${LCRYPTO_SRC}/bio/bio.h \ |
