Loading crypto/rsa/rsa_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
crypto/rsa/rsa_lib.c +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading