diff options
Diffstat (limited to 'regress/lib/libcrypto/aead/Makefile')
-rw-r--r-- | regress/lib/libcrypto/aead/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/aead/Makefile b/regress/lib/libcrypto/aead/Makefile index 3f4f302efe6..e25112884a3 100644 --- a/regress/lib/libcrypto/aead/Makefile +++ b/regress/lib/libcrypto/aead/Makefile @@ -1,8 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2014/05/15 13:56:14 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:45 miod Exp $ PROG= aeadtest LDADD= -lcrypto DPADD= ${LIBCRYPTO} +WARNINGS= Yes +CFLAGS+= -Werror REGRESS_TARGETS=regress-aeadtest |