Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src use OPENSSL_API_COMPAT
details: https://anonhg.NetBSD.org/src/rev/6b91071e368d
branches: trunk
changeset: 359305:6b91071e368d
user: christos <christos%NetBSD.org@localhost>
date: Tue Feb 06 20:10:05 2018 +0000
description:
use OPENSSL_API_COMPAT
diffstat:
crypto/external/bsd/openssh/Makefile.inc | 4 ++--
usr.bin/nbsvtool/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r 3ff1561f43fa -r 6b91071e368d crypto/external/bsd/openssh/Makefile.inc
--- a/crypto/external/bsd/openssh/Makefile.inc Tue Feb 06 19:58:29 2018 +0000
+++ b/crypto/external/bsd/openssh/Makefile.inc Tue Feb 06 20:10:05 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.11 2018/02/05 11:57:28 christos Exp $
+# $NetBSD: Makefile.inc,v 1.12 2018/02/06 20:10:36 christos Exp $
WARNS?= 4
@@ -15,7 +15,7 @@
CPPFLAGS+=-DHAVE_HEADER_AD
CPPFLAGS+=-DHAVE_LOGIN_CAP
CPPFLAGS+=-DHAVE_STDLIB_H
-CPPFLAGS+=-DOPENSSL_VERSION_NUMBER=0x10100000L
+CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
CPPFLAGS+=-DWITH_OPENSSL -DENABLE_PKCS11 -D_OPENBSD_SOURCE
.if !defined(NOPIC)
diff -r 3ff1561f43fa -r 6b91071e368d usr.bin/nbsvtool/Makefile
--- a/usr.bin/nbsvtool/Makefile Tue Feb 06 19:58:29 2018 +0000
+++ b/usr.bin/nbsvtool/Makefile Tue Feb 06 20:10:05 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2018/02/06 19:51:03 christos Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/06 20:10:05 christos Exp $
PROG= nbsvtool
LDADD+= -lcrypto
DPADD+= ${LIBCRYPTO}
-CPPFLAGS+=-DOPENSSL_VERSION_NUMBER=0x10100000L
+CPPFLAGS+=-DOPENSSL_API_COMPAT=0x10100000L
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index