aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssl/engines/ccgost/gost_ameth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/engines/ccgost/gost_ameth.c')
-rw-r--r--crypto/openssl/engines/ccgost/gost_ameth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/engines/ccgost/gost_ameth.c b/crypto/openssl/engines/ccgost/gost_ameth.c
index 2cde1fcfd9df..8b9230b9ab42 100644
--- a/crypto/openssl/engines/ccgost/gost_ameth.c
+++ b/crypto/openssl/engines/ccgost/gost_ameth.c
@@ -269,7 +269,7 @@ static int pkey_ctrl_gost(EVP_PKEY *pkey, int op,
case ASN1_PKEY_CTRL_CMS_ENVELOPE:
if (arg1 == 0)
{
- X509_ALGOR *alg;
+ X509_ALGOR *alg = NULL;
ASN1_STRING * params = encode_gost_algor_params(pkey);
if (!params)
{