Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libradius Oops forgot one openssl version name change
details: https://anonhg.NetBSD.org/src/rev/144fc30391d3
branches: trunk
changeset: 359353:144fc30391d3
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 07 22:51:31 2018 +0000
description:
Oops forgot one openssl version name change
diffstat:
lib/libradius/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3ec449f42cd1 -r 144fc30391d3 lib/libradius/Makefile
--- a/lib/libradius/Makefile Wed Feb 07 22:49:32 2018 +0000
+++ b/lib/libradius/Makefile Wed Feb 07 22:51:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/02/05 11:58:13 christos Exp $
+# $NetBSD: Makefile,v 1.15 2018/02/07 22:51:31 christos Exp $
USE_FORT?= yes # network protocol library
@@ -10,7 +10,7 @@
LIB= radius
CPPFLAGS+= -I.
-CPPFLAGS+= -DOPENSSL_VERSION_NUMBER=0x10100000L
+CPPFLAGS+= -DOPENSSL_API_COMPAT=0x10100000L
CPPFLAGS+= -DWITH_SSL
LIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto
Home |
Main Index |
Thread Index |
Old Index