summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ciphers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/ciphers/Makefile')
-rw-r--r--src/regress/lib/libssl/ciphers/Makefile4
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
3PROG= cipherstest 3PROG= cipherstest
4LDADD= -lssl -lcrypto 4LDADD= ${SSL_INT} -lcrypto
5DPADD= ${LIBSSL} ${LIBCRYPTO} 5DPADD= ${LIBSSL} ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror