projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4fdf917
)
Initialise alg.
author
David Ramos
<daramos@stanford.edu>
Sun, 1 Jun 2014 12:03:05 +0000
(13:03 +0100)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 1 Jun 2014 12:04:10 +0000
(13:04 +0100)
PR#3313
engines/ccgost/gost_ameth.c
patch
|
blob
|
history
diff --git
a/engines/ccgost/gost_ameth.c
b/engines/ccgost/gost_ameth.c
index 2cde1fcfd9dfe492f6486911d98dc0eeee9975da..8b9230b9ab4296054b60d09ef2c760f3c2de77e3 100644
(file)
--- 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)
{