Module Name:    src
Committed By:   christos
Date:           Mon Feb  5 11:57:28 UTC 2018

Modified Files:
        src/crypto/external/bsd/openssh: Makefile.inc

Log Message:
pretend we have openssl-1.1


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/crypto/external/bsd/openssh/Makefile.inc

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

Modified files:

Index: src/crypto/external/bsd/openssh/Makefile.inc
diff -u src/crypto/external/bsd/openssh/Makefile.inc:1.10 src/crypto/external/bsd/openssh/Makefile.inc:1.11
--- src/crypto/external/bsd/openssh/Makefile.inc:1.10	Mon Nov  6 05:26:13 2017
+++ src/crypto/external/bsd/openssh/Makefile.inc	Mon Feb  5 06:57:28 2018
@@ -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_DLOPEN
 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)

Reply via email to