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/libcrypto/crypto | |
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 'src/lib/libcrypto/crypto')
-rw-r--r-- | src/lib/libcrypto/crypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/Makefile b/src/lib/libcrypto/crypto/Makefile index f46702b7eb..7259e461cd 100644 --- a/src/lib/libcrypto/crypto/Makefile +++ b/src/lib/libcrypto/crypto/Makefile | |||
@@ -1,11 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.26 2014/04/18 19:41:21 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2014/04/23 05:13:57 beck Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
5 | SSL_SRC= ${.CURDIR}/../../libssl/src | 5 | SSL_SRC= ${.CURDIR}/../../libssl/src |
6 | LCRYPTO_SRC= ${SSL_SRC}/crypto | 6 | LCRYPTO_SRC= ${SSL_SRC}/crypto |
7 | 7 | ||
8 | CFLAGS+= -Wall | 8 | CFLAGS+= -Wall -Werror |
9 | 9 | ||
10 | .include <bsd.own.mk> # for 'NOPIC' definition | 10 | .include <bsd.own.mk> # for 'NOPIC' definition |
11 | .if !defined(NOPIC) | 11 | .if !defined(NOPIC) |