summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/evp
diff options
context:
space:
mode:
authormiod <>2014-06-01 11:11:46 +0000
committermiod <>2014-06-01 11:11:46 +0000
commit8feed9c0b8cf35589d2442426a7f5c022f055e9d (patch)
tree764f224e0d43a606966be44aaee32715ee508747 /src/regress/lib/libcrypto/evp
parente356b447e74b757810a71e2bf8e431b22fd6e328 (diff)
downloadopenbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.tar.gz
openbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.tar.bz2
openbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.zip
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
fixes to keep building.
Diffstat (limited to 'src/regress/lib/libcrypto/evp')
-rw-r--r--src/regress/lib/libcrypto/evp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile
index 11acf06a01..ce012a1849 100644
--- a/src/regress/lib/libcrypto/evp/Makefile
+++ b/src/regress/lib/libcrypto/evp/Makefile
@@ -1,8 +1,10 @@
1# $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:18 miod Exp $ 1# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
2 2
3PROG= evptest 3PROG= evptest
4LDADD= -lcrypto 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes
7CFLAGS+= -Werror
6 8
7REGRESS_TARGETS=regress-evptest 9REGRESS_TARGETS=regress-evptest
8 10