summaryrefslogtreecommitdiff
path: root/regress/lib/libcrypto/cts128
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libcrypto/cts128')
-rw-r--r--regress/lib/libcrypto/cts128/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/cts128/Makefile b/regress/lib/libcrypto/cts128/Makefile
index 31dd52bfcec..801d1d7182b 100644
--- a/regress/lib/libcrypto/cts128/Makefile
+++ b/regress/lib/libcrypto/cts128/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= cts128test
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
WARNINGS= Yes
-CFLAGS+= -Werror
+CFLAGS+= -DLIBRESSL_INTERNAL -Werror
.include <bsd.regress.mk>