summaryrefslogtreecommitdiff
path: root/crypto/external/bsd/openssl/lib/libcrypto
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2023-05-09 19:22:07 +0000
committerchristos <christos@NetBSD.org>2023-05-09 19:22:07 +0000
commit819299af8fb97efa3cd3d109629bd03a18dca070 (patch)
tree1eae8a8be9c140098a5919d6f800588ae31433fb /crypto/external/bsd/openssl/lib/libcrypto
parent873486d56249d1642f4599a98f57127cadfffea1 (diff)
make things build again.
Diffstat (limited to 'crypto/external/bsd/openssl/lib/libcrypto')
-rw-r--r--crypto/external/bsd/openssl/lib/libcrypto/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/external/bsd/openssl/lib/libcrypto/Makefile b/crypto/external/bsd/openssl/lib/libcrypto/Makefile
index c30e0841e88..8329b1fd07e 100644
--- a/crypto/external/bsd/openssl/lib/libcrypto/Makefile
+++ b/crypto/external/bsd/openssl/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2023/05/08 19:14:28 christos Exp $
+# $NetBSD: Makefile,v 1.27 2023/05/09 19:22:07 christos Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -45,6 +45,7 @@ CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
CPPFLAGS+= -I${OPENSSLSRC}/../include
+
CRYPTODIST= ${NETBSDSRCDIR}/crypto
OPENSSLINC= ${OPENSSLSRC}/include/openssl
@@ -55,6 +56,8 @@ OPENSSLINC= ${OPENSSLSRC}/include/openssl
.include "srcs.inc"
.include "${.CURDIR}/../libdefault/srcs.inc"
CPPFLAGS+= -I${.CURDIR}/../libdefault
+CPPFLAGS+= -I${OPENSSLSRC}/providers/common/include
+CPPFLAGS+= -I${OPENSSLSRC}/providers/implementations/include
.PATH: ${.CURDIR}/../libdefault
.include "${.CURDIR}/../libcommon/srcs.inc"
.PATH: ${.CURDIR}/../libcommon