diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-10 20:41:45 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2021-05-10 20:41:45 +0000 |
commit | fc684cf5e63d656062ac247ed88adb5fc6098967 (patch) | |
tree | 4931869c51ed4d872e3ce3ed9f2526e36e56204c /regress/lib | |
parent | 3cf5bcd4e1f2e2e86e454268c2a0dc0977191421 (diff) |
It's no longer necessary to link ecdhtest statically.
Diffstat (limited to 'regress/lib')
-rw-r--r-- | regress/lib/libcrypto/ecdh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libcrypto/ecdh/Makefile b/regress/lib/libcrypto/ecdh/Makefile index ae2641285ab..202e125cad8 100644 --- a/regress/lib/libcrypto/ecdh/Makefile +++ b/regress/lib/libcrypto/ecdh/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.4 2021/04/20 17:21:27 tb Exp $ +# $OpenBSD: Makefile,v 1.5 2021/05/10 20:41:44 tb Exp $ PROG= ecdhtest -LDADD= ${CRYPTO_INT} +LDADD= -lcrypto DPADD= ${LIBCRYPTO} WARNINGS= Yes CFLAGS+= -DLIBRESSL_INTERNAL -Werror |