summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/bio
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/bio
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/bio')
-rw-r--r--src/regress/lib/libcrypto/bio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bio/Makefile b/src/regress/lib/libcrypto/bio/Makefile
index 9955cd4b8f..fab7d44d50 100644
--- a/src/regress/lib/libcrypto/bio/Makefile
+++ b/src/regress/lib/libcrypto/bio/Makefile
@@ -1,9 +1,9 @@
1# $OpenBSD: Makefile,v 1.1 2014/06/22 14:30:52 jsing Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/07/08 15:53:52 jsing Exp $
2 2
3PROG= biotest 3PROG= biotest
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8 8
9.include <bsd.regress.mk> 9.include <bsd.regress.mk>