diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-04-25 04:10:27 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-04-25 04:10:27 +0000 |
commit | 65709d35e6b20bf9889faeed2fbe85d66a6e4798 (patch) | |
tree | cda4d282b9e26fe68b4a845aa9c889dbc2ef44df | |
parent | 6d319ad039a8a886a540866f724d7c4a426dc320 (diff) |
Remove defined varibles that no longer do anything.
ok miod@
-rw-r--r-- | usr.sbin/openssl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 \ |