summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/ecdh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libcrypto/ecdh/Makefile')
-rw-r--r--src/regress/lib/libcrypto/ecdh/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libcrypto/ecdh/Makefile b/src/regress/lib/libcrypto/ecdh/Makefile
index 202e125cad..53ec37d137 100644
--- a/src/regress/lib/libcrypto/ecdh/Makefile
+++ b/src/regress/lib/libcrypto/ecdh/Makefile
@@ -1,6 +1,8 @@
1# $OpenBSD: Makefile,v 1.5 2021/05/10 20:41:44 tb Exp $ 1# $OpenBSD: Makefile,v 1.6 2023/07/15 19:51:13 tb Exp $
2
3PROGS = ecdhtest
4PROGS += ecc_cdh
2 5
3PROG= ecdhtest
4LDADD= -lcrypto 6LDADD= -lcrypto
5DPADD= ${LIBCRYPTO} 7DPADD= ${LIBCRYPTO}
6WARNINGS= Yes 8WARNINGS= Yes