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:05:08 +0100
commit3329765bbae06dfd93c14a892fc907e6552a60b1 (patch)
tree7ed937ac5fcf64ec18566720a14b9a2c63411063
parent87a0cbdf2ee539ea922f9cf7a4b7c2c03119891d (diff)
Initialise alg.
PR#3313 (cherry picked from commit 7e2c6f7eb01515a990f77fbc5441be8e1a17152a)
-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)
{