summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ct/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ct/Makefile')
-rw-r--r--src/regress/lib/libcrypto/ct/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ct/Makefile b/src/regress/lib/libcrypto/ct/Makefile
index 2856ddf288..5cfdf74c11 100644
--- a/src/regress/lib/libcrypto/ct/Makefile
+++ b/src/regress/lib/libcrypto/ct/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.4 2023/03/02 21:17:35 tb Exp $ 1# $OpenBSD: Makefile,v 1.5 2023/04/14 11:18:40 tb Exp $
2 2
3PROG= cttest 3PROG= cttest
4LDADD= -lcrypto 4LDADD= -lcrypto
@@ -7,7 +7,6 @@ DPADD= ${LIBCRYPTO}
7WARNINGS= Yes 7WARNINGS= Yes
8CFLAGS+= -Wundef -Werror 8CFLAGS+= -Wundef -Werror
9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL 9CFLAGS+= -DLIBRESSL_CRYPTO_INTERNAL -DLIBRESSL_INTERNAL
10CFLAGS+= -I$(BSDSRCDIR)/lib/libcrypto
11 10
12run-regress-cttest: cttest 11run-regress-cttest: cttest
13 ./cttest ${.CURDIR}/../../libcrypto/ct/ 12 ./cttest ${.CURDIR}/../../libcrypto/ct/