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