diff options
| author | tb <> | 2022-01-14 09:38:50 +0000 | 
|---|---|---|
| committer | tb <> | 2022-01-14 09:38:50 +0000 | 
| commit | 256ebebe0a83a12984fcfea58daf6f31ef81571a (patch) | |
| tree | f5a00fc29b29d23a30f767c50bacd68a93a98d48 /src/regress/lib/libcrypto/ecdsa | |
| parent | feb7fb5302d1d5e7d7e1a286ba448e0de8b06a10 (diff) | |
| download | openbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.tar.gz openbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.tar.bz2 openbsd-256ebebe0a83a12984fcfea58daf6f31ef81571a.zip  | |
Undo static linking and other workarounds that are no longer needed
after the bump
Diffstat (limited to 'src/regress/lib/libcrypto/ecdsa')
| -rw-r--r-- | src/regress/lib/libcrypto/ecdsa/Makefile | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/ecdsa/Makefile b/src/regress/lib/libcrypto/ecdsa/Makefile index 5cd4c4c87e..11360dff75 100644 --- a/src/regress/lib/libcrypto/ecdsa/Makefile +++ b/src/regress/lib/libcrypto/ecdsa/Makefile  | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.4 2022/01/12 09:02:34 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2022/01/14 09:38:50 tb Exp $ | 
| 2 | 2 | ||
| 3 | PROG= ecdsatest | 3 | PROG= ecdsatest | 
| 4 | LDADD= ${CRYPTO_INT} # XXX link dynamically after bump | 4 | LDADD= -lcrypto | 
| 5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} | 
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes | 
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -DLIBRESSL_CRYPTO_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 
| 8 | 8 | ||
| 9 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> | 
