Submitted by: Tomas Mraz <tmraz@redhat.com>
Approved by: steve@openssl.org

Add patch: http://cvs.openssl.org/chngview?cn=14635 which never made it to
1.0.0, HEAD.
This commit is contained in:
Dr. Stephen Henson 2009-08-05 14:55:20 +00:00
parent 512d359e26
commit d76b8c89ec

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;
}