提交 e1182bdb 编写于 作者: R Richard Levitte

Fix default provider merge glitch

Property "default" no longer exists, replace "default=yes" with
"provider=default"
Reviewed-by: NPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11150)
上级 3f7ce7f1
......@@ -384,7 +384,7 @@ static const OSSL_ALGORITHM deflt_signature[] = {
#ifndef OPENSSL_NO_DSA
{ "DSA:dsaEncryption", "provider=default", dsa_signature_functions },
#endif
{ "RSA:rsaEncryption", "default=yes", rsa_signature_functions },
{ "RSA:rsaEncryption", "provider=default", rsa_signature_functions },
{ NULL, NULL, NULL }
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册