Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/lib/engines openssl: Link engine...



details:   https://anonhg.NetBSD.org/src/rev/286b3ee28361
branches:  trunk
changeset: 376021:286b3ee28361
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri May 26 23:13:37 2023 +0000

description:
openssl: Link engines against libcrypto so they can be loaded.

diffstat:

 crypto/external/bsd/openssl/lib/engines/engines.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 378305eaf6bd -r 286b3ee28361 crypto/external/bsd/openssl/lib/engines/engines.mk
--- a/crypto/external/bsd/openssl/lib/engines/engines.mk        Fri May 26 22:27:50 2023 +0000
+++ b/crypto/external/bsd/openssl/lib/engines/engines.mk        Fri May 26 23:13:37 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: engines.mk,v 1.5 2023/05/26 22:26:10 riastradh Exp $
+#      $NetBSD: engines.mk,v 1.6 2023/05/26 23:13:37 riastradh Exp $
 
 NOLINT=                # don't build a lint library
 NOPROFILE=     # don't build a profile library
@@ -15,6 +15,8 @@ CRYPTODIST=     ${NETBSDSRCDIR}/crypto
 
 CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/../include
 
+LIBDPLIBS+=crypto ${.CURDIR}/../../libcrypto
+
 LIBDIR=${OSSL_ENGINESDIR}
 
 .if ${MKPIC} != "no"



Home | Main Index | Thread Index | Old Index