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