From: Tomas Mraz Date: Fri, 11 Jun 2021 10:32:39 +0000 (+0200) Subject: When linking to static libssl always link to static libcrypto X-Git-Tag: openssl-3.0.0-beta1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243af566e41e33e4ce2d3afa3e6a7383e20da737;p=thirdparty%2Fopenssl.git 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) --- 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