diff options
author | tb <> | 2021-05-10 20:41:44 +0000 |
---|---|---|
committer | tb <> | 2021-05-10 20:41:44 +0000 |
commit | b973e0b6acc51d52707c55a3702e5761ddb84311 (patch) | |
tree | 1101b3e63edbd39b4d54ea09b17f5b8e13f45b68 | |
parent | 67590f51332b70c6a7225e87068f0871193353f3 (diff) | |
download | openbsd-b973e0b6acc51d52707c55a3702e5761ddb84311.tar.gz openbsd-b973e0b6acc51d52707c55a3702e5761ddb84311.tar.bz2 openbsd-b973e0b6acc51d52707c55a3702e5761ddb84311.zip |
It's no longer necessary to link ecdhtest statically.
-rw-r--r-- | src/regress/lib/libcrypto/ecdh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ecdh/Makefile b/src/regress/lib/libcrypto/ecdh/Makefile index ae2641285a..202e125cad 100644 --- a/src/regress/lib/libcrypto/ecdh/Makefile +++ b/src/regress/lib/libcrypto/ecdh/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.4 2021/04/20 17:21:27 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.5 2021/05/10 20:41:44 tb Exp $ |
2 | 2 | ||
3 | PROG= ecdhtest | 3 | PROG= ecdhtest |
4 | LDADD= ${CRYPTO_INT} | 4 | LDADD= -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |