From 597bda12c72cf0c7ba557f20e0b53630a87afc8a Mon Sep 17 00:00:00 2001 From: Philip Guenther Date: Fri, 4 Nov 2016 17:51:55 +0000 Subject: Some tests require internal symbols; have them link with the static libssl or libtls so they can continue to see them after the shared library namespace is cleaned up ok jsing@ --- regress/lib/libtls/verify/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'regress/lib/libtls') diff --git a/regress/lib/libtls/verify/Makefile b/regress/lib/libtls/verify/Makefile index 94bc9760065..c66348a8a6e 100644 --- a/regress/lib/libtls/verify/Makefile +++ b/regress/lib/libtls/verify/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2014/11/01 11:55:27 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2016/11/04 17:51:54 guenther Exp $ PROG= verifytest -LDADD= -lcrypto -lssl -ltls +LDADD= -lcrypto -lssl -Wl,-Bstatic -ltls -Wl,-Bdynamic DPADD= ${LIBCRYPTO} ${LIBSSL} ${LIBTLS} WARNINGS= Yes -- cgit v1.2.3