Module Name: src
Committed By: christos
Date: Sun Mar 22 00:54:04 UTC 2020
Modified Files:
src/crypto: Makefile.openssl
Log Message:
remove defines now defined in crypto/dso_conf.h
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/crypto/Makefile.openssl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/Makefile.openssl
diff -u src/crypto/Makefile.openssl:1.11 src/crypto/Makefile.openssl:1.12
--- src/crypto/Makefile.openssl:1.11 Sat Feb 3 22:19:51 2018
+++ src/crypto/Makefile.openssl Sat Mar 21 20:54:03 2020
@@ -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 @@ _MAKEFILE_OPENSSL_INCLUDED=1
OPENSSLSRC= ${CRYPTODIST}/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/dist
CPPFLAGS+= -DOPENSSLDIR=\"/etc/openssl\"
CPPFLAGS+= -DENGINESDIR=\"/usr/lib/openssl\"
-CPPFLAGS+= -DDSO_DLFCN -DHAVE_DLFCN_H
.endif