Source-Changes-HG archive

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

[src/trunk]: src/crypto remove defines now defined in crypto/dso_conf.h



details:   https://anonhg.NetBSD.org/src/rev/2453d29a7a80
branches:  trunk
changeset: 746105:2453d29a7a80
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 22 00:54:03 2020 +0000

description:
remove defines now defined in crypto/dso_conf.h

diffstat:

 crypto/Makefile.openssl |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r d86c183c6d03 -r 2453d29a7a80 crypto/Makefile.openssl
--- a/crypto/Makefile.openssl   Sun Mar 22 00:53:02 2020 +0000
+++ b/crypto/Makefile.openssl   Sun Mar 22 00:54:03 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.openssl,v 1.11 2018/02/04 03:19:51 christos Exp $
+#      $NetBSD: Makefile.openssl,v 1.12 2020/03/22 00:54:03 christos Exp $
 
 .ifndef _MAKEFILE_OPENSSL_INCLUDED
 _MAKEFILE_OPENSSL_INCLUDED=1
@@ -8,6 +8,5 @@
 OPENSSLSRC=    ${CRYPTODIST}/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/dist
 CPPFLAGS+=     -DOPENSSLDIR=\"/etc/openssl\"
 CPPFLAGS+=     -DENGINESDIR=\"/usr/lib/openssl\"
-CPPFLAGS+=     -DDSO_DLFCN -DHAVE_DLFCN_H
 
 .endif



Home | Main Index | Thread Index | Old Index