summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/ec
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2014-07-08 15:53:54 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2014-07-08 15:53:54 +0000
commitd858ca55a3da2270b382d2ea0f2bc2d3340fde90 (patch)
tree9a105f8b76cd10fbdf063ae2814436e6e3112d5e /regress/lib/libcrypto/ec
parenta1aada2d506e77f6accbdfd52a42481b136c110e (diff)
Include -DLIBRESSL_INTERNAL in regress makefiles.
ok miod@
Diffstat (limited to 'regress/lib/libcrypto/ec')
-rw-r--r--regress/lib/libcrypto/ec/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/ec/Makefile b/regress/lib/libcrypto/ec/Makefile
index f0ee5a04655..c3e7975415a 100644
--- a/regress/lib/libcrypto/ec/Makefile
+++ b/regress/lib/libcrypto/ec/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $
+# $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $
PROG= ectest
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
WARNINGS= Yes
-CFLAGS+= -Werror
+CFLAGS+= -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>