Extend dladdr() for AIX, consequence from changes for openssl#6368.
[openssl.git] / test / sm2_internal_test.c
index ea8ac7df8861af423c9a8a5f9d254df278403aff..0d145e8553d46ad013d508591d4eadcac020ff9e 100644 (file)
@@ -107,8 +107,8 @@ static EC_GROUP *create_EC_group(const char *p_hex, const char *a_hex,
 
     if (!TEST_true(BN_hex2bn(&g_x, x_hex))
             || !TEST_true(BN_hex2bn(&g_y, y_hex))
-            || !TEST_true(EC_POINT_set_affine_coordinates_GFp(group, generator,
-                                                              g_x, g_y, NULL)))
+            || !TEST_true(EC_POINT_set_affine_coordinates(group, generator, g_x,
+                                                          g_y, NULL)))
         goto done;
 
     if (!TEST_true(BN_hex2bn(&order, order_hex))