summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/gcm128
diff options
context:
space:
mode:
authorjsing <>2014-07-08 15:53:53 +0000
committerjsing <>2014-07-08 15:53:53 +0000
commitc74ac23d14595b76b4487be10c178baa56ea4a1b (patch)
tree49f2bc722972f2ceb00e71eda3015f5bd53a79eb /src/regress/lib/libcrypto/gcm128
parent755402b820316d666fee3254b9a97393dee08576 (diff)
downloadopenbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.tar.gz
openbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.tar.bz2
openbsd-c74ac23d14595b76b4487be10c178baa56ea4a1b.zip
Include -DLIBRESSL_INTERNAL in regress makefiles.
ok miod@
Diffstat (limited to 'src/regress/lib/libcrypto/gcm128')
-rw-r--r--src/regress/lib/libcrypto/gcm128/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/gcm128/Makefile b/src/regress/lib/libcrypto/gcm128/Makefile
index 1119fc3c1e..4069d1db31 100644
--- a/src/regress/lib/libcrypto/gcm128/Makefile
+++ b/src/regress/lib/libcrypto/gcm128/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.3 2014/06/01 11:11:46 miod Exp $ 1# $OpenBSD: Makefile,v 1.4 2014/07/08 15:53:52 jsing Exp $
2 2
3PROG= gcm128test 3PROG= gcm128test
4SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes 4SRC= ${.CURDIR}/../../../../lib/libssl/src/crypto/modes
@@ -7,6 +7,6 @@ CFLAGS+=-I${SRC}
7LDADD= -lcrypto 7LDADD= -lcrypto
8DPADD= ${LIBCRYPTO} 8DPADD= ${LIBCRYPTO}
9#WARNINGS= Yes 9#WARNINGS= Yes
10#CFLAGS+= -Werror 10#CFLAGS+= -DLIBRESSL_INTERNAL -Werror
11 11
12.include <bsd.regress.mk> 12.include <bsd.regress.mk>