Module Name:    src
Committed By:   christos
Date:           Tue Feb  6 20:10:05 UTC 2018

Modified Files:
        src/usr.bin/nbsvtool: Makefile

Log Message:
use OPENSSL_API_COMPAT


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/nbsvtool/Makefile

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

Modified files:

Index: src/usr.bin/nbsvtool/Makefile
diff -u src/usr.bin/nbsvtool/Makefile:1.2 src/usr.bin/nbsvtool/Makefile:1.3
--- src/usr.bin/nbsvtool/Makefile:1.2	Tue Feb  6 14:51:03 2018
+++ src/usr.bin/nbsvtool/Makefile	Tue Feb  6 15:10:05 2018
@@ -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>

Reply via email to