From 243af566e41e33e4ce2d3afa3e6a7383e20da737 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 11 Jun 2021 12:32:39 +0200 Subject: [PATCH] When linking to static libssl always link to static libcrypto Reviewed-by: Richard Levitte Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/15714) --- test/build.info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/build.info b/test/build.info index b2e8e8507a0..bc543bd761f 100644 --- a/test/build.info +++ b/test/build.info @@ -624,7 +624,7 @@ IF[{- !$disabled{tests} -}] SOURCE[tls13encryptiontest]=tls13encryptiontest.c INCLUDE[tls13encryptiontest]=.. ../include ../apps/include - DEPEND[tls13encryptiontest]=../libcrypto ../libssl.a libtestutil.a + DEPEND[tls13encryptiontest]=../libcrypto.a ../libssl.a libtestutil.a SOURCE[ideatest]=ideatest.c INCLUDE[ideatest]=../include ../apps/include @@ -632,7 +632,7 @@ IF[{- !$disabled{tests} -}] SOURCE[wpackettest]=wpackettest.c INCLUDE[wpackettest]=../include ../apps/include - DEPEND[wpackettest]=../libcrypto ../libssl.a libtestutil.a + DEPEND[wpackettest]=../libcrypto.a ../libssl.a libtestutil.a SOURCE[property_test]=property_test.c INCLUDE[property_test]=.. ../include ../apps/include -- 2.47.2