diff options
author | tb <> | 2022-07-12 13:31:38 +0000 |
---|---|---|
committer | tb <> | 2022-07-12 13:31:38 +0000 |
commit | 7ed47819cb872ae91a1104196dedda0fd2cf7e7a (patch) | |
tree | b32db949f6b9794b4b407e1e5d01c81812ccd4cc /src | |
parent | c308b05d9317c697caca3d2265d4ecc7628c613e (diff) | |
download | openbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.tar.gz openbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.tar.bz2 openbsd-7ed47819cb872ae91a1104196dedda0fd2cf7e7a.zip |
The asn1time test no longer needs static linking.
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libcrypto/asn1/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/asn1/Makefile b/src/regress/lib/libcrypto/asn1/Makefile index a92ca39e9a..453916d18d 100644 --- a/src/regress/lib/libcrypto/asn1/Makefile +++ b/src/regress/lib/libcrypto/asn1/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.20 2022/06/28 08:44:26 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.21 2022/07/12 13:31:38 tb Exp $ |
2 | 2 | ||
3 | PROGS = \ | 3 | PROGS = \ |
4 | asn1api \ | 4 | asn1api \ |
@@ -23,9 +23,6 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libcrypto/bytestring | |||
23 | 23 | ||
24 | LDADD_asn1basic = ${CRYPTO_INT} | 24 | LDADD_asn1basic = ${CRYPTO_INT} |
25 | 25 | ||
26 | # XXX needs to be static until symbols are exposed | ||
27 | LDADD_asn1time = ${CRYPTO_INT} | ||
28 | |||
29 | .for p in ${PROGS} | 26 | .for p in ${PROGS} |
30 | REGRESS_TARGETS += run-$p | 27 | REGRESS_TARGETS += run-$p |
31 | 28 | ||