提交 7e2c6f7e 编写于 作者: D David Ramos 提交者: Dr. Stephen Henson

Initialise alg.

PR#3313
上级 4fdf9174
...@@ -269,7 +269,7 @@ static int pkey_ctrl_gost(EVP_PKEY *pkey, int op, ...@@ -269,7 +269,7 @@ static int pkey_ctrl_gost(EVP_PKEY *pkey, int op,
case ASN1_PKEY_CTRL_CMS_ENVELOPE: case ASN1_PKEY_CTRL_CMS_ENVELOPE:
if (arg1 == 0) if (arg1 == 0)
{ {
X509_ALGOR *alg; X509_ALGOR *alg = NULL;
ASN1_STRING * params = encode_gost_algor_params(pkey); ASN1_STRING * params = encode_gost_algor_params(pkey);
if (!params) if (!params)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册