aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-09 22:23:33 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-09 22:23:33 +0000
commit329f9815820c7c63443cdabe6a9429712437babe (patch)
tree74264f0f7bb7aa57e280265800e8668e0d7c2bae /crypto
parentcece7adceed035dbe4ca238753238316972630ca (diff)
downloadopenssl-329f9815820c7c63443cdabe6a9429712437babe.zip
openssl-329f9815820c7c63443cdabe6a9429712437babe.tar.gz
openssl-329f9815820c7c63443cdabe6a9429712437babe.tar.bz2
More long names to shorten.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/symhacks.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index dd59aa3..ecacd24 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -211,6 +211,13 @@
#define EC_POINT_get_affine_coordinates_GFp EC_POINT_get_affine_coords_GFp
#undef EC_POINT_set_compressed_coordinates_GFp
#define EC_POINT_set_compressed_coordinates_GFp EC_POINT_set_compr_coords_GFp
+#undef EC_POINT_set_affine_coordinates_GF2m
+#define EC_POINT_set_affine_coordinates_GF2m EC_POINT_set_affine_coords_GF2m
+#undef EC_POINT_get_affine_coordinates_GF2m
+#define EC_POINT_get_affine_coordinates_GF2m EC_POINT_get_affine_coords_GF2m
+#undef EC_POINT_set_compressed_coordinates_GF2m
+#define EC_POINT_set_compressed_coordinates_GF2m \
+ EC_POINT_set_compr_coords_GF2m
#undef ec_GFp_simple_group_set_curve_GFp
#define ec_GFp_simple_group_set_curve_GFp ec_GFp_simple_grp_set_curve_GFp
#undef ec_GFp_simple_group_get_curve_GFp
@@ -246,6 +253,15 @@
#undef ec_GFp_simple_set_compressed_coordinates_GFp
#define ec_GFp_simple_set_compressed_coordinates_GFp \
ec_GFp_smp_set_compr_coords_GFp
+#undef ec_GFp_simple_point_set_affine_coordinates
+#define ec_GFp_simple_point_set_affine_coordinates \
+ ec_GFp_smp_pt_set_af_coords
+#undef ec_GFp_simple_point_get_affine_coordinates
+#define ec_GFp_simple_point_get_affine_coordinates \
+ ec_GFp_smp_pt_get_af_coords
+#undef ec_GFp_simple_set_compressed_coordinates
+#define ec_GFp_simple_set_compressed_coordinates \
+ ec_GFp_smp_set_compr_coords
#undef ec_GFp_simple_group_check_discriminant
#define ec_GFp_simple_group_check_discriminant ec_GFp_simple_grp_chk_discrim