diff options
author | beck <> | 2014-04-23 05:13:57 +0000 |
---|---|---|
committer | beck <> | 2014-04-23 05:13:57 +0000 |
commit | dcb0d427b64e6c1c48b2beae544701ac303f214a (patch) | |
tree | b5415b426cfb8210b12509eaea6a98e34497d447 /src/lib/libssl/ssl/Makefile | |
parent | 7c4d28eb9b6a63a2986168acc9ac763712405eee (diff) | |
download | openbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.tar.gz openbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.tar.bz2 openbsd-dcb0d427b64e6c1c48b2beae544701ac303f214a.zip |
Make libssl and libcrypto compile with -Werror
ok miod@
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 2deb1b6e00..64dd10bb6d 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.39 2014/04/17 20:44:04 tedu Exp $ | 1 | # $OpenBSD: Makefile,v 1.40 2014/04/23 05:13:57 beck Exp $ |
2 | 2 | ||
3 | LIB= ssl | 3 | LIB= ssl |
4 | 4 | ||
5 | SSL_SRC= ${.CURDIR}/../../libssl/src | 5 | SSL_SRC= ${.CURDIR}/../../libssl/src |
6 | LSSL_SRC= ${SSL_SRC}/ssl | 6 | LSSL_SRC= ${SSL_SRC}/ssl |
7 | 7 | ||
8 | CFLAGS+= -Wall | 8 | CFLAGS+= -Wall -Werror |
9 | CFLAGS+= -DTERMIOS -DANSI_SOURCE | 9 | CFLAGS+= -DTERMIOS -DANSI_SOURCE |
10 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 | 10 | CFLAGS+= -DOPENSSL_NO_RC5 -DOPENSSL_NO_KRB5 |
11 | CFLAGS+= -I${SSL_SRC} | 11 | CFLAGS+= -I${SSL_SRC} |