diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-17 20:44:05 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2014-04-17 20:44:05 +0000 |
commit | fa26bef425df1b77db659ee95166245ed1c2f98a (patch) | |
tree | 51e517c1138cdc252cf6e1df294f7c52a72e114f /lib/libssl/ssl | |
parent | 8c2fa996bb05492bca3dfd5501b925b977c48802 (diff) |
-Wall
Diffstat (limited to 'lib/libssl/ssl')
-rw-r--r-- | lib/libssl/ssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/ssl/Makefile b/lib/libssl/ssl/Makefile index 57124e2dc2f..2deb1b6e001 100644 --- a/lib/libssl/ssl/Makefile +++ b/lib/libssl/ssl/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.38 2014/04/16 21:16:33 tedu Exp $ +# $OpenBSD: Makefile,v 1.39 2014/04/17 20:44:04 tedu Exp $ LIB= ssl SSL_SRC= ${.CURDIR}/../../libssl/src LSSL_SRC= ${SSL_SRC}/ssl +CFLAGS+= -Wall CFLAGS+= -DTERMIOS -DANSI_SOURCE CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 CFLAGS+= -I${SSL_SRC} |