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/aead | |
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/aead')
-rw-r--r-- | src/regress/lib/libcrypto/aead/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/aead/Makefile b/src/regress/lib/libcrypto/aead/Makefile index 1643080333..c7ee88bf6a 100644 --- a/src/regress/lib/libcrypto/aead/Makefile +++ b/src/regress/lib/libcrypto/aead/Makefile | |||
@@ -1,11 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2022/01/12 08:54:23 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $ |
2 | 2 | ||
3 | PROG= aeadtest | 3 | PROG= aeadtest |
4 | #LDADD= -lcrypto | 4 | LDADD= -lcrypto |
5 | LDADD= ${CRYPTO_INT} # XXX link dynamically after bump | ||
6 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
7 | WARNINGS= Yes | 6 | WARNINGS= Yes |
8 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
9 | 8 | ||
10 | REGRESS_TARGETS=regress-aeadtest | 9 | REGRESS_TARGETS=regress-aeadtest |
11 | 10 | ||