diff options
| author | tb <> | 2022-01-14 09:33:46 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-14 09:33:46 +0000 |
| commit | 1971234e4aa9664ea0911eb0d1a4702cc521b822 (patch) | |
| tree | f38b6e596d34b2fd8fa7c3dfedb58491e56e658b | |
| parent | 1a60acc2f6681366c788dddbb29fbcc891f04b09 (diff) | |
| download | openbsd-1971234e4aa9664ea0911eb0d1a4702cc521b822.tar.gz openbsd-1971234e4aa9664ea0911eb0d1a4702cc521b822.tar.bz2 openbsd-1971234e4aa9664ea0911eb0d1a4702cc521b822.zip | |
The cttest can link dynamically now
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libcrypto/ct/Makefile | 4 |
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 | ||
| 3 | PROG= cttest | 3 | PROG= cttest |
| 4 | LDADD= ${CRYPTO_INT} | 4 | LDADD= -lcrypto |
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
| 6 | 6 | ||
| 7 | WARNINGS= Yes | 7 | WARNINGS= Yes |
