[openssl] OpenSSL_1_1_1-stable update

Richard Levitte levitte at openssl.org
Sun Feb 6 20:01:26 UTC 2022


The branch OpenSSL_1_1_1-stable has been updated
       via  624f858c82a05c41c3185785a3a4a396a7e23161 (commit)
      from  b728ac98f23d7b32959ca26f1a40e843b7b969a3 (commit)


- Log -----------------------------------------------------------------
commit 624f858c82a05c41c3185785a3a4a396a7e23161
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Feb 4 14:43:18 2022 +0100

    Don't link test/ec_internal_test with libapps.a
    
    It's not at all necessary, and on some platforms, it's disruptive
    (leads to unresolved symbols because of object files that get included
    in the link that depend on libssl).
    
    Reviewed-by: Paul Dale <pauli at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/17637)

-----------------------------------------------------------------------

Summary of changes:
 test/build.info | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/build.info b/test/build.info
index 726bd22127..6357a7f2fe 100644
--- a/test/build.info
+++ b/test/build.info
@@ -519,7 +519,7 @@ INCLUDE_MAIN___test_libtestutil_OLB = /INCLUDE=MAIN
                              {- rebase_files("../apps",
                                   split(/\s+/, $target{apps_init_src})) -}
     INCLUDE[ec_internal_test]=../include ../crypto/ec
-    DEPEND[ec_internal_test]=../apps/libapps.a ../libcrypto.a libtestutil.a
+    DEPEND[ec_internal_test]=../libcrypto.a libtestutil.a
 
     SOURCE[curve448_internal_test]=curve448_internal_test.c
     INCLUDE[curve448_internal_test]=.. ../include ../crypto/ec/curve448


More information about the openssl-commits mailing list