summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsing <>2014-04-25 04:10:26 +0000
committerjsing <>2014-04-25 04:10:26 +0000
commit0ac4523892dddba9d80ec0d0fa7d8be4137acea7 (patch)
treeb0753ee97dfd1c338c9df6163a4c90d5189cf84b
parent1249140494b192a16d8a53f5a2fcdffffecfc903 (diff)
downloadopenbsd-0ac4523892dddba9d80ec0d0fa7d8be4137acea7.tar.gz
openbsd-0ac4523892dddba9d80ec0d0fa7d8be4137acea7.tar.bz2
openbsd-0ac4523892dddba9d80ec0d0fa7d8be4137acea7.zip
Remove defined varibles that no longer do anything.
ok miod@
-rw-r--r--src/usr.sbin/openssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/usr.sbin/openssl/Makefile b/src/usr.sbin/openssl/Makefile
index 9201228253..5fcec87a32 100644
--- a/src/usr.sbin/openssl/Makefile
+++ b/src/usr.sbin/openssl/Makefile
@@ -1,12 +1,11 @@
1# $OpenBSD: Makefile,v 1.27 2014/04/18 19:55:15 tedu Exp $ 1# $OpenBSD: Makefile,v 1.28 2014/04/25 04:10:26 jsing Exp $
2 2
3PROG= openssl 3PROG= openssl
4LDADD= -lssl -lcrypto 4LDADD= -lssl -lcrypto
5MAN1= openssl.1 5MAN1= openssl.1
6 6
7CFLAGS+= -Wall 7CFLAGS+= -Wall
8CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 8CFLAGS+= -DOPENSSL_NO_RC5
9CFLAGS+= -DOPENSSL_NO_SSL2
10 9
11SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ 10SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \
12 pkcs7.c crl2p7.c crl.c ca.c \ 11 pkcs7.c crl2p7.c crl.c ca.c \