From 83a4ae6b0bff994a69c429b637b588ede89c13b1 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 5 Jul 2012 08:49:02 +0000 Subject: [PATCH] Cosmetics: remove duplicate symbol in crypto/symhacks.h --- crypto/symhacks.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/symhacks.h b/crypto/symhacks.h index 3fd4a81692..3fefc9d7f2 100644 --- a/crypto/symhacks.h +++ b/crypto/symhacks.h @@ -294,8 +294,6 @@ #define ec_GFp_simple_point_set_to_infinity ec_GFp_simple_pt_set_to_inf #undef ec_GFp_simple_points_make_affine #define ec_GFp_simple_points_make_affine ec_GFp_simple_pts_make_affine -#undef ec_GFp_simple_group_get_curve_GFp -#define ec_GFp_simple_group_get_curve_GFp ec_GFp_simple_grp_get_curve_GFp #undef ec_GFp_simple_set_Jprojective_coordinates_GFp #define ec_GFp_simple_set_Jprojective_coordinates_GFp \ ec_GFp_smp_set_Jproj_coords_GFp -- 2.25.1