diff --git a/crypto/ec/ecp_nistz256.c b/crypto/ec/ecp_nistz256.c index ccd6895cc5..77a67380ca 100644 --- a/crypto/ec/ecp_nistz256.c +++ b/crypto/ec/ecp_nistz256.c @@ -978,6 +978,7 @@ __owur static int ecp_nistz256_points_mul(const EC_GROUP *group, return 0; } + memset(&p, 0, sizeof(p)); BN_CTX_start(ctx); if (scalar) {