diff options
| author | tb <> | 2023-04-10 13:57:57 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-10 13:57:57 +0000 |
| commit | bbab79b7c6a6a69ddcf6c9631899ab5a25051707 (patch) | |
| tree | 5b3d57b3e601604e86350ef7e1e9bc319410b756 /src | |
| parent | 5c6d63bc560a6ae59447d561ea2d5421459b3b4d (diff) | |
| download | openbsd-bbab79b7c6a6a69ddcf6c9631899ab5a25051707.tar.gz openbsd-bbab79b7c6a6a69ddcf6c9631899ab5a25051707.tar.bz2 openbsd-bbab79b7c6a6a69ddcf6c9631899ab5a25051707.zip | |
bn_to_string no longer needs to be linked statically
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/bn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/bn/Makefile b/src/regress/lib/libcrypto/bn/Makefile index 3e51cf84e5..71909edc61 100644 --- a/src/regress/lib/libcrypto/bn/Makefile +++ b/src/regress/lib/libcrypto/bn/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.27 2023/04/03 21:33:16 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.28 2023/04/10 13:57:57 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS += bn_add_sub | 3 | PROGS += bn_add_sub |
| 4 | PROGS += bn_cmp | 4 | PROGS += bn_cmp |
| @@ -21,7 +21,6 @@ STATIC_LINK += bn_isqrt | |||
| 21 | STATIC_LINK += bn_mod_exp | 21 | STATIC_LINK += bn_mod_exp |
| 22 | STATIC_LINK += bn_rand_interval | 22 | STATIC_LINK += bn_rand_interval |
| 23 | STATIC_LINK += bn_test | 23 | STATIC_LINK += bn_test |
| 24 | STATIC_LINK += bn_to_string | ||
| 25 | 24 | ||
| 26 | LDADD = -lcrypto | 25 | LDADD = -lcrypto |
| 27 | DPADD = ${LIBCRYPTO} | 26 | DPADD = ${LIBCRYPTO} |
