summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Ramos <daramos@stanford.edu>2014-06-01 13:03:05 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-06-01 13:04:10 +0100
commit7e2c6f7eb01515a990f77fbc5441be8e1a17152a (patch)
treea1a50d36f6e3ae042f6c1c14c3acc1dc776aaad1
parent4fdf91742e3b7eb73e41b38d8d5b2f17d4d5b544 (diff)
Initialise alg.
PR#3313
-rw-r--r--engines/ccgost/gost_ameth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/gost_ameth.c b/engines/ccgost/gost_ameth.c
index 2cde1fcfd9..8b9230b9ab 100644
--- a/engines/ccgost/gost_ameth.c
+++ b/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)
{