From: jsing Date: Fri, 25 Apr 2014 04:10:26 +0000 (+0000) Subject: Remove defined varibles that no longer do anything. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2bea5f78a945f86affed28ef2af78ba770eb5a34;p=openbsd Remove defined varibles that no longer do anything. ok miod@ --- diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index 9201228253a..5fcec87a32e 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.27 2014/04/18 19:55:15 tedu Exp $ +# $OpenBSD: Makefile,v 1.28 2014/04/25 04:10:26 jsing Exp $ PROG= openssl LDADD= -lssl -lcrypto MAN1= openssl.1 CFLAGS+= -Wall -CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 -CFLAGS+= -DOPENSSL_NO_SSL2 +CFLAGS+= -DOPENSSL_NO_RC5 SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ pkcs7.c crl2p7.c crl.c ca.c \