summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile6
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
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -55,9 +55,8 @@ SRCS+= tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c
55SRCS+= tasn_prn.c ameth_lib.c 55SRCS+= tasn_prn.c ameth_lib.c
56SRCS+= f_int.c f_string.c n_pkey.c 56SRCS+= f_int.c f_string.c n_pkey.c
57SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c 57SRCS+= f_enum.c x_pkey.c a_bool.c x_exten.c bio_asn1.c bio_ndef.c asn_mime.c
58SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_bytes.c a_strnid.c 58SRCS+= asn1_gen.c asn1_par.c asn1_lib.c asn1_err.c a_strnid.c
59SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c 59SRCS+= evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.c
60SRCS+= a_set.c
61SRCS+= a_time_tm.c 60SRCS+= 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
324HDRS=\ 323HDRS=\
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 \