fix the bug
This commit is contained in:
parent
e42979f2c5
commit
a12258fcd2
@ -152,7 +152,7 @@ DH *DSA_dup_DH(DSA *r)
|
|||||||
* DH has p, optional length, g, optional pub_key, optional priv_key.
|
* DH has p, optional length, g, optional pub_key, optional priv_key.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DH *ret;
|
DH *ret = NULL;
|
||||||
|
|
||||||
if (r == NULL)
|
if (r == NULL)
|
||||||
goto err;
|
goto err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user