[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  607f4d564f9540cda6cf5b127f2414625a11741a (commit)
      from  c4604e9b97a4f6c4fd532dbab0fc4b1fdad81276 (commit)


- Log -----------------------------------------------------------------
commit 607f4d564f9540cda6cf5b127f2414625a11741a
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)

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

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

diff --git a/util/perl/OpenSSL/Test/Utils.pm b/util/perl/OpenSSL/Test/Utils.pm
index 665bfc6..7b0a705 100644
--- a/util/perl/OpenSSL/Test/Utils.pm
+++ b/util/perl/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