]> granicus.if.org Git - openssl/commit
Move BN_CTX_start() call so the error case can always call BN_CTX_end().
authorPascal Cuoq <cuoq@trust-in-soft.com>
Tue, 5 May 2015 09:20:39 +0000 (11:20 +0200)
committerKurt Roeckx <kurt@roeckx.be>
Wed, 7 Oct 2015 16:54:13 +0000 (18:54 +0200)
commitc804d23d73bb2f3f6ffe29fbda4dd2fa151fa243
treec8a2aa3fd7007d0b7f1fdad99ae1d55ee091e3d7
parent99c203337574d967c86ffbfa13f40ace51048485
Move BN_CTX_start() call so the error case can always call BN_CTX_end().

Signed-off-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Rich Salz <rsalz@openssl.org>
MR #1231
crypto/rsa/rsa_eay.c