diff options
author | jsing <> | 2014-04-25 04:10:26 +0000 |
---|---|---|
committer | jsing <> | 2014-04-25 04:10:26 +0000 |
commit | 0ac4523892dddba9d80ec0d0fa7d8be4137acea7 (patch) | |
tree | b0753ee97dfd1c338c9df6163a4c90d5189cf84b | |
parent | 1249140494b192a16d8a53f5a2fcdffffecfc903 (diff) | |
download | openbsd-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/Makefile | 5 |
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 | ||
3 | PROG= openssl | 3 | PROG= openssl |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= -lssl -lcrypto |
5 | MAN1= openssl.1 | 5 | MAN1= openssl.1 |
6 | 6 | ||
7 | CFLAGS+= -Wall | 7 | CFLAGS+= -Wall |
8 | CFLAGS+= -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 | 8 | CFLAGS+= -DOPENSSL_NO_RC5 |
9 | CFLAGS+= -DOPENSSL_NO_SSL2 | ||
10 | 9 | ||
11 | SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c \ | 10 | SRCS= 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 \ |