summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-05-10 20:41:44 +0000
committertb <>2021-05-10 20:41:44 +0000
commite025ccaca98b1c82cc577188579a839314ce9a86 (patch)
tree1101b3e63edbd39b4d54ea09b17f5b8e13f45b68 /src
parent49b2b34d50729270dd1ad0a53eb9e91c2dc9d993 (diff)
downloadopenbsd-e025ccaca98b1c82cc577188579a839314ce9a86.tar.gz
openbsd-e025ccaca98b1c82cc577188579a839314ce9a86.tar.bz2
openbsd-e025ccaca98b1c82cc577188579a839314ce9a86.zip
It's no longer necessary to link ecdhtest statically.
Diffstat (limited to 'src')
-rw-r--r--src/regress/lib/libcrypto/ecdh/Makefile4
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
3PROG= ecdhtest 3PROG= ecdhtest
4LDADD= ${CRYPTO_INT} 4LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 5DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror