Source-Changes-HG archive

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

[src/trunk]: src pretend we have openssl-1.1



details:   https://anonhg.NetBSD.org/src/rev/5def9212b6f7
branches:  trunk
changeset: 359236:5def9212b6f7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 05 11:57:28 2018 +0000

description:
pretend we have openssl-1.1

diffstat:

 crypto/external/bsd/openssh/Makefile.inc |  3 ++-
 lib/libradius/Makefile                   |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 67dc52c58fd8 -r 5def9212b6f7 crypto/external/bsd/openssh/Makefile.inc
--- a/crypto/external/bsd/openssh/Makefile.inc  Mon Feb 05 11:55:46 2018 +0000
+++ b/crypto/external/bsd/openssh/Makefile.inc  Mon Feb 05 11:57:28 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.10 2017/11/06 10:26:13 snj Exp $
+#      $NetBSD: Makefile.inc,v 1.11 2018/02/05 11:57:28 christos Exp $
 
 WARNS?=        4
 
@@ -15,6 +15,7 @@
 CPPFLAGS+=-DHAVE_HEADER_AD
 CPPFLAGS+=-DHAVE_LOGIN_CAP
 CPPFLAGS+=-DHAVE_STDLIB_H
+CPPFLAGS+=-DOPENSSL_VERSION_NUMBER=0x10100000L
 
 CPPFLAGS+=-DWITH_OPENSSL -DENABLE_PKCS11 -D_OPENBSD_SOURCE
 .if !defined(NOPIC)
diff -r 67dc52c58fd8 -r 5def9212b6f7 lib/libradius/Makefile
--- a/lib/libradius/Makefile    Mon Feb 05 11:55:46 2018 +0000
+++ b/lib/libradius/Makefile    Mon Feb 05 11:57:28 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2018/02/04 03:19:53 christos Exp $
+# $NetBSD: Makefile,v 1.14 2018/02/05 11:58:13 christos Exp $
 
 USE_FORT?= yes # network protocol library
 
@@ -10,6 +10,7 @@
 
 LIB=   radius
 CPPFLAGS+=     -I.
+CPPFLAGS+=     -DOPENSSL_VERSION_NUMBER=0x10100000L
 
 CPPFLAGS+=     -DWITH_SSL
 LIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto



Home | Main Index | Thread Index | Old Index