From e5d814d0407d511f5c6340e3950bfa5cadc83594 Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Thu, 23 May 2002 13:34:38 +0000
Subject: [PATCH] Define a short alias for another long EC symbol.

---
 crypto/symhacks.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index de0f452b47..21022d9516 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 */
 
-- 
2.25.1