[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Fri Sep 1 20:53:20 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  90507fbb5c880e2903be2321f6054b3cebebda4c (commit)
      from  3daecf16bdff4fc2303907d44ff651a52facbd89 (commit)


- Log -----------------------------------------------------------------
commit 90507fbb5c880e2903be2321f6054b3cebebda4c
Author: Richard Levitte <levitte at openssl.org>
Date:   Fri Sep 1 22:15:13 2017 +0200

    Fix OpenSSL::Test::Utils::config to actualy load the config data
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4319)
    
    (cherry picked from commit 607f4d564f9540cda6cf5b127f2414625a11741a)

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

Summary of changes:
 test/testlib/OpenSSL/Test/Utils.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/testlib/OpenSSL/Test/Utils.pm b/test/testlib/OpenSSL/Test/Utils.pm
index 665bfc6..7b0a705 100644
--- a/test/testlib/OpenSSL/Test/Utils.pm
+++ b/test/testlib/OpenSSL/Test/Utils.pm
@@ -155,6 +155,7 @@ sub available_protocols {
 }
 
 sub config {
+    load_configdata() unless $configdata_loaded;
     return $config{$_[0]};
 }
 


More information about the openssl-commits mailing list