From e42dc0fc0df7342da984314825d9779552e0a03d Mon Sep 17 00:00:00 2001 From: naddy <> Date: Mon, 22 Jul 2013 14:40:45 +0000 Subject: we now have IDEA and MDC2 in libcrypto, so don't disable them in openssl(1) ok djm@ --- src/usr.sbin/openssl/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile index a3948a7ae0..b7bdf0e1f9 100644 --- a/src/usr.sbin/openssl/Makefile +++ b/src/usr.sbin/openssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2012/07/11 11:02:48 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2013/07/22 14:40:45 naddy Exp $ PROG= openssl LDADD= -lssl -lcrypto @@ -9,8 +9,7 @@ SSLEAYDIST= lib/libssl/src SSLEAY_SRC= ${.CURDIR}/../../${SSLEAYDIST}/apps SSLEAY_SRC_TOP= ${.CURDIR}/../../${SSLEAYDIST} -CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 -CFLAGS+= -DOPENSSL_NO_MDC2 +CFLAGS+= -DMONOLITH -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_SSL2 CFLAGS+= -I${SSLEAY_SRC_TOP} -- cgit v1.2.3-55-g6feb