aboutsummaryrefslogtreecommitdiff
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-23 13:34:38 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-23 13:34:38 +0000
commite5d814d0407d511f5c6340e3950bfa5cadc83594 (patch)
treeb087c9b13b4ced3c4a395667e66ded1e173bd07f /crypto/symhacks.h
parentb09f4fb27176c6e8067a5b1c2f2982fe8fd31e17 (diff)
downloadopenssl-e5d814d0407d511f5c6340e3950bfa5cadc83594.zip
openssl-e5d814d0407d511f5c6340e3950bfa5cadc83594.tar.gz
openssl-e5d814d0407d511f5c6340e3950bfa5cadc83594.tar.bz2
Define a short alias for another long EC symbol.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index de0f452..21022d9 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -242,6 +242,8 @@
#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_group_check_discriminant
+#define ec_GFp_simple_group_check_discriminant ec_GFp_simple_grp_chk_discrim
#endif /* defined OPENSSL_SYS_VMS */