From a8d22c3b085aaf613fc71141cce019f992be182a Mon Sep 17 00:00:00 2001 From: sthen <> Date: Wed, 11 Jul 2012 11:02:48 +0000 Subject: Disable SSLv2 in OpenSSL. No objections from djm. Brad, jasper and naddy helped with test builds, fixing ports, etc. --- src/usr.sbin/openssl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr.sbin') diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index 20307fcbfc..a3948a7ae0 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2010/10/01 23:04:33 djm Exp $ +# $OpenBSD: Makefile,v 1.20 2012/07/11 11:02:48 sthen Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -11,6 +11,7 @@ SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_MDC2 +CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ -- cgit v1.2.3-55-g6feb