diff --git a/src/epx/relic_ep2_curve.c b/src/epx/relic_ep2_curve.c index 26a3b7216..3ec781ba0 100644 --- a/src/epx/relic_ep2_curve.c +++ b/src/epx/relic_ep2_curve.c @@ -572,7 +572,6 @@ void ep2_curve_init(void) { } #endif #endif - ep2_set_infty(ctx->ep2_g); bn_make(&(ctx->ep2_r), RLC_FP_DIGS); bn_make(&(ctx->ep2_h), RLC_FP_DIGS); diff --git a/src/epx/relic_ep3_curve.c b/src/epx/relic_ep3_curve.c index 8e4996cdb..8e41e574c 100644 --- a/src/epx/relic_ep3_curve.c +++ b/src/epx/relic_ep3_curve.c @@ -192,7 +192,6 @@ void ep3_curve_init(void) { } #endif #endif - ep3_set_infty(ctx->ep3_g); bn_make(&(ctx->ep3_r), RLC_FP_DIGS); bn_make(&(ctx->ep3_h), RLC_FP_DIGS); } diff --git a/src/epx/relic_ep4_curve.c b/src/epx/relic_ep4_curve.c index 5b228c439..10d86f87f 100644 --- a/src/epx/relic_ep4_curve.c +++ b/src/epx/relic_ep4_curve.c @@ -283,7 +283,6 @@ void ep4_curve_init(void) { } #endif #endif - ep4_set_infty(ctx->ep4_g); bn_make(&(ctx->ep4_r), RLC_FP_DIGS); bn_make(&(ctx->ep4_h), RLC_FP_DIGS); } diff --git a/src/epx/relic_ep8_curve.c b/src/epx/relic_ep8_curve.c index a76921115..90d130d07 100644 --- a/src/epx/relic_ep8_curve.c +++ b/src/epx/relic_ep8_curve.c @@ -191,7 +191,6 @@ void ep8_curve_init(void) { } #endif #endif - ep8_set_infty(ctx->ep8_g); bn_make(&(ctx->ep8_r), RLC_FP_DIGS); bn_make(&(ctx->ep8_h), RLC_FP_DIGS); }