diff options
Diffstat (limited to 'src/regress/lib/libssl/ciphers/Makefile')
-rw-r--r-- | src/regress/lib/libssl/ciphers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/ciphers/Makefile b/src/regress/lib/libssl/ciphers/Makefile index c9a58a5e09..2575db4df4 100644 --- a/src/regress/lib/libssl/ciphers/Makefile +++ b/src/regress/lib/libssl/ciphers/Makefile | |||
@@ -1,7 +1,7 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1 2015/02/06 08:48:39 jsing Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2020/09/13 16:51:30 jsing Exp $ |
2 | 2 | ||
3 | PROG= cipherstest | 3 | PROG= cipherstest |
4 | LDADD= -lssl -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |