Commit 7e2c6f7e authored by David Ramos's avatar David Ramos Committed by Dr. Stephen Henson
Browse files

Initialise alg.

PR#3313
parent 4fdf9174
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) 
					{