artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
005a942
)
Remove defined varibles that no longer do anything.
author
jsing
<jsing@openbsd.org>
Fri, 25 Apr 2014 04:10:26 +0000
(
04:10
+0000)
committer
jsing
<jsing@openbsd.org>
Fri, 25 Apr 2014 04:10:26 +0000
(
04:10
+0000)
ok miod@
usr.sbin/openssl/Makefile
patch
|
blob
|
history
diff --git
a/usr.sbin/openssl/Makefile
b/usr.sbin/openssl/Makefile
index
9201228
..
5fcec87
100644
(file)
--- a/
usr.sbin/openssl/Makefile
+++ b/
usr.sbin/openssl/Makefile
@@
-1,12
+1,11
@@
-# $OpenBSD: Makefile,v 1.2
7 2014/04/18 19:55:15 tedu
Exp $
+# $OpenBSD: Makefile,v 1.2
8 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 \