Loading crypto/ec/ec_mult.c +2 −1 Original line number Diff line number Diff line Loading @@ -879,6 +879,7 @@ int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) ret = 1; err: if (ctx != NULL) BN_CTX_end(ctx); if (new_ctx != NULL) BN_CTX_free(new_ctx); Loading Loading
crypto/ec/ec_mult.c +2 −1 Original line number Diff line number Diff line Loading @@ -879,6 +879,7 @@ int ec_wNAF_precompute_mult(EC_GROUP *group, BN_CTX *ctx) ret = 1; err: if (ctx != NULL) BN_CTX_end(ctx); if (new_ctx != NULL) BN_CTX_free(new_ctx); Loading