diff options
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r-- | src/lib/libcrypto/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 8f11313d58..1a3a388835 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.44 2020/09/11 18:34:29 beck Exp $ | 1 | # $OpenBSD: Makefile,v 1.45 2020/09/13 15:06:16 beck Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -277,7 +277,7 @@ SRCS+= x509_bcons.c x509_bitst.c x509_conf.c x509_extku.c x509_ia5.c x509_lib.c | |||
277 | SRCS+= x509_prn.c x509_utl.c x509_genn.c x509_alt.c x509_skey.c x509_akey.c x509_pku.c | 277 | SRCS+= x509_prn.c x509_utl.c x509_genn.c x509_alt.c x509_skey.c x509_akey.c x509_pku.c |
278 | SRCS+= x509_int.c x509_enum.c x509_sxnet.c x509_cpols.c x509_crld.c x509_purp.c x509_info.c | 278 | SRCS+= x509_int.c x509_enum.c x509_sxnet.c x509_cpols.c x509_crld.c x509_purp.c x509_info.c |
279 | SRCS+= x509_ocsp.c x509_akeya.c x509_pmaps.c x509_pcons.c x509_ncons.c x509_pcia.c x509_pci.c | 279 | SRCS+= x509_ocsp.c x509_akeya.c x509_pmaps.c x509_pcons.c x509_ncons.c x509_pcia.c x509_pci.c |
280 | SRCS+= x509_issuer_cache.c x509_constraints.c | 280 | SRCS+= x509_issuer_cache.c x509_constraints.c x509_verify.c |
281 | SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c | 281 | SRCS+= pcy_cache.c pcy_node.c pcy_data.c pcy_map.c pcy_tree.c pcy_lib.c |
282 | 282 | ||
283 | .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ | 283 | .PATH: ${.CURDIR}/arch/${MACHINE_CPU} \ |
@@ -401,6 +401,7 @@ HDRS=\ | |||
401 | ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ | 401 | ${LCRYPTO_SRC}/whrlpool/whrlpool.h \ |
402 | ${LCRYPTO_SRC}/x509/x509.h \ | 402 | ${LCRYPTO_SRC}/x509/x509.h \ |
403 | ${LCRYPTO_SRC}/x509/x509_vfy.h \ | 403 | ${LCRYPTO_SRC}/x509/x509_vfy.h \ |
404 | ${LCRYPTO_SRC}/x509/x509_verify.h \ | ||
404 | ${LCRYPTO_SRC}/x509/x509v3.h | 405 | ${LCRYPTO_SRC}/x509/x509v3.h |
405 | 406 | ||
406 | HDRS_GEN=\ | 407 | HDRS_GEN=\ |