Update from HEAD.

This commit is contained in:
Dr. Stephen Henson 2009-08-05 15:04:16 +00:00
parent ec6158d029
commit ea904b4074

View File

@ -422,6 +422,8 @@ err:
BN_CTX_end(ctx);
if (in_ctx == NULL)
BN_CTX_free(ctx);
if(rsa->e == NULL)
BN_free(e);
return ret;
}