Loading crypto/ec/ecdsa_ossl.c +2 −1 Original line number Diff line number Diff line Loading @@ -336,6 +336,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, ECDSA_SIG_free(ret); ret = NULL; } if (ctx != NULL) BN_CTX_end(ctx); BN_CTX_free(ctx); BN_clear_free(kinv); Loading Loading
crypto/ec/ecdsa_ossl.c +2 −1 Original line number Diff line number Diff line Loading @@ -336,6 +336,7 @@ ECDSA_SIG *ossl_ecdsa_sign_sig(const unsigned char *dgst, int dgst_len, ECDSA_SIG_free(ret); ret = NULL; } if (ctx != NULL) BN_CTX_end(ctx); BN_CTX_free(ctx); BN_clear_free(kinv); Loading