Update from HEAD.
This commit is contained in:
parent
ec6158d029
commit
ea904b4074
@ -422,6 +422,8 @@ err:
|
|||||||
BN_CTX_end(ctx);
|
BN_CTX_end(ctx);
|
||||||
if (in_ctx == NULL)
|
if (in_ctx == NULL)
|
||||||
BN_CTX_free(ctx);
|
BN_CTX_free(ctx);
|
||||||
|
if(rsa->e == NULL)
|
||||||
|
BN_free(e);
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user