summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2022-01-14 09:33:46 +0000
committertb <>2022-01-14 09:33:46 +0000
commitd6621223b7dc417fc0691a0d498791f6125d59c0 (patch)
treef38b6e596d34b2fd8fa7c3dfedb58491e56e658b
parentd93cbccb12327e5c5776b4ec3aef787773715e39 (diff)
downloadopenbsd-d6621223b7dc417fc0691a0d498791f6125d59c0.tar.gz
openbsd-d6621223b7dc417fc0691a0d498791f6125d59c0.tar.bz2
openbsd-d6621223b7dc417fc0691a0d498791f6125d59c0.zip
The cttest can link dynamically now
-rw-r--r--src/regress/lib/libcrypto/ct/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ct/Makefile b/src/regress/lib/libcrypto/ct/Makefile
index ca17d824c5..52830aec92 100644
--- a/src/regress/lib/libcrypto/ct/Makefile
+++ b/src/regress/lib/libcrypto/ct/Makefile
@@ -1,7 +1,7 @@
1# $OpenBSD: Makefile,v 1.2 2022/01/06 04:42:00 jsing Exp $ 1# $OpenBSD: Makefile,v 1.3 2022/01/14 09:33:46 tb Exp $
2 2
3PROG= cttest 3PROG= cttest
4LDADD= ${CRYPTO_INT} 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6 6
7WARNINGS= Yes 7WARNINGS= Yes