diff options
author | tb <> | 2022-01-14 09:38:50 +0000 |
---|---|---|
committer | tb <> | 2022-01-14 09:38:50 +0000 |
commit | 4a9d984952feca1a3256436fbf480ae453239f7e (patch) | |
tree | f5a00fc29b29d23a30f767c50bacd68a93a98d48 /src/regress/lib/libcrypto/evp | |
parent | d976af16afece80aad931c280f7d3ed7fb3f275f (diff) | |
download | openbsd-4a9d984952feca1a3256436fbf480ae453239f7e.tar.gz openbsd-4a9d984952feca1a3256436fbf480ae453239f7e.tar.bz2 openbsd-4a9d984952feca1a3256436fbf480ae453239f7e.zip |
Undo static linking and other workarounds that are no longer needed
after the bump
Diffstat (limited to 'src/regress/lib/libcrypto/evp')
-rw-r--r-- | src/regress/lib/libcrypto/evp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/evp/Makefile b/src/regress/lib/libcrypto/evp/Makefile index c4a5294e66..5abec99a98 100644 --- a/src/regress/lib/libcrypto/evp/Makefile +++ b/src/regress/lib/libcrypto/evp/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2022/01/12 09:11:48 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2022/01/14 09:38:50 tb Exp $ |
2 | 2 | ||
3 | PROGS= evptest evp_pkey_check | 3 | PROGS= evptest evp_pkey_check |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
@@ -9,8 +9,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror | |||
9 | REGRESS_TARGETS+= regress-evptest | 9 | REGRESS_TARGETS+= regress-evptest |
10 | REGRESS_TARGETS+= regress-evp_pkey_check | 10 | REGRESS_TARGETS+= regress-evp_pkey_check |
11 | 11 | ||
12 | LDADD_evp_pkey_check= ${CRYPTO_INT} # XXX remove after bump | ||
13 | |||
14 | regress-evptest: evptest | 12 | regress-evptest: evptest |
15 | ./evptest ${.CURDIR}/evptests.txt | 13 | ./evptest ${.CURDIR}/evptests.txt |
16 | 14 | ||