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, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/gcm128/Makefile b/regress/lib/libcrypto/gcm128/Makefile
index 1119fc3c1e2..4069d1db31a 100644
--- a/regress/lib/libcrypto/gcm128/Makefile
+++ b/regress/lib/libcrypto/gcm128/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $
+# $OpenBSD: Makefile,v 1.4 2014/07/08 15:53:52 jsing Exp $
PROG= gcm128test
SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes
@@ -7,6 +7,6 @@ CFLAGS+=-I${SRC}
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
#WARNINGS= Yes
-#CFLAGS+= -Werror
+#CFLAGS+= -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>