From: David Ramos Date: Sun, 1 Jun 2014 12:03:05 +0000 (+0100) Subject: Initialise alg. X-Git-Tag: OpenSSL_1_0_1h~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5541b18ba80d7b099781fddf6587474dbf86365c;p=oweals%2Fopenssl.git Initialise alg. PR#3313 (cherry picked from commit 7e2c6f7eb01515a990f77fbc5441be8e1a17152a) --- 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) {