projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4604e9
)
Fix OpenSSL::Test::Utils::config to actualy load the config data
author
Richard Levitte
<levitte@openssl.org>
Fri, 1 Sep 2017 20:15:13 +0000
(22:15 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 1 Sep 2017 20:52:30 +0000
(22:52 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4319)
util/perl/OpenSSL/Test/Utils.pm
patch
|
blob
|
history
diff --git
a/util/perl/OpenSSL/Test/Utils.pm
b/util/perl/OpenSSL/Test/Utils.pm
index 665bfc6310829270479a5df5ab56e63c71eb300f..7b0a705636206ea40cb55d8142cd35a50d56d999 100644
(file)
--- 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]};
}