summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/poly1305
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/poly1305')
-rw-r--r--regress/lib/libcrypto/poly1305/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/poly1305/Makefile b/regress/lib/libcrypto/poly1305/Makefile
index 956b46973a5..47e8065e9a0 100644
--- a/regress/lib/libcrypto/poly1305/Makefile
+++ b/regress/lib/libcrypto/poly1305/Makefile
@@ -1,7 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 2014/05/14 14:46:35 jsing Exp $
+# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
PROG= poly1305test
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
+WARNINGS= Yes
+CFLAGS+= -Werror
.include <bsd.regress.mk>