fix the bug
This commit is contained in:
parent
e42979f2c5
commit
a12258fcd2
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ DH *DSA_dup_DH(DSA *r)
|
|||
* DH has p, optional length, g, optional pub_key, optional priv_key.
|
||||
*/
|
||||
|
||||
DH *ret;
|
||||
DH *ret = NULL;
|
||||
|
||||
if (r == NULL)
|
||||
goto err;
|
||||
|
|
Loading…
Reference in a new issue