summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/gcm128/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/gcm128/Makefile')
-rw-r--r--regress/lib/libcrypto/gcm128/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/regress/lib/libcrypto/gcm128/Makefile b/regress/lib/libcrypto/gcm128/Makefile
index c1ce651f519..1119fc3c1e2 100644
--- a/regress/lib/libcrypto/gcm128/Makefile
+++ b/regress/lib/libcrypto/gcm128/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.2 2014/05/31 14:39:06 jsing Exp $
+# $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $
PROG= gcm128test
SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes
@@ -6,5 +6,7 @@ CFLAGS+=-I${SRC}
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
+#WARNINGS= Yes
+#CFLAGS+= -Werror
.include <bsd.regress.mk>