提交 607f4d56 编写于 作者: R Richard Levitte

Fix OpenSSL::Test::Utils::config to actualy load the config data

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4319)
上级 c4604e9b
......@@ -155,6 +155,7 @@ sub available_protocols {
}
sub config {
load_configdata() unless $configdata_loaded;
return $config{$_[0]};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册