diff options
Diffstat (limited to 'src/regress/lib/libcrypto/ecdh/Makefile')
-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 b645771f7b..ae2641285a 100644 --- a/src/regress/lib/libcrypto/ecdh/Makefile +++ b/src/regress/lib/libcrypto/ecdh/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2014/07/08 15:53:52 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2021/04/20 17:21:27 tb Exp $ |
2 | 2 | ||
3 | PROG= ecdhtest | 3 | PROG= ecdhtest |
4 | LDADD= -lcrypto | 4 | LDADD= ${CRYPTO_INT} |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |