diff options
Diffstat (limited to 'regress/lib/libcrypto/ecdh')
-rw-r--r-- | regress/lib/libcrypto/ecdh/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/ecdh/Makefile b/regress/lib/libcrypto/ecdh/Makefile index 0d4b8a9724e..433648e93af 100644 --- a/regress/lib/libcrypto/ecdh/Makefile +++ b/regress/lib/libcrypto/ecdh/Makefile @@ -1,7 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2014/04/15 18:01:16 miod Exp $ +# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $ PROG= ecdhtest LDADD= -lcrypto DPADD= ${LIBCRYPTO} +WARNINGS= Yes +CFLAGS+= -Werror .include <bsd.regress.mk> |