Module Name:    src
Committed By:   christos
Date:           Mon Feb  5 11:58:13 UTC 2018

Modified Files:
        src/lib/libradius: Makefile

Log Message:
pretend we have openssl-1.1


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libradius/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libradius/Makefile
diff -u src/lib/libradius/Makefile:1.13 src/lib/libradius/Makefile:1.14
--- src/lib/libradius/Makefile:1.13	Sat Feb  3 22:19:53 2018
+++ src/lib/libradius/Makefile	Mon Feb  5 06:58:13 2018
@@ -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 @@ LINTFLAGS+= -Sw
 
 LIB=	radius
 CPPFLAGS+=	-I.
+CPPFLAGS+=	-DOPENSSL_VERSION_NUMBER=0x10100000L
 
 CPPFLAGS+=	-DWITH_SSL
 LIBDPLIBS+=crypto ${.CURDIR}/../../crypto/external/bsd/${EXTERNAL_OPENSSL_SUBDIR}/lib/libcrypto

Reply via email to