In crypto/ec #if 0 out structures which reference (currently)
authorDr. Stephen Henson <steve@openssl.org>
Sat, 10 Mar 2001 12:37:01 +0000 (12:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 10 Mar 2001 12:37:01 +0000 (12:37 +0000)
non existent functions because this breaks shared libraries.

crypto/ec/ecp_nist.c
crypto/ec/ecp_recp.c

index 1e3a7dd033c07046788446ea40924f8c9782a8bc..354130bed2b0fd9578b4e8fde8bcd26a7125a5bf 100644 (file)
@@ -55,7 +55,7 @@
 
 #include "ec_lcl.h"
 
-
+#if 0
 const EC_METHOD *EC_GFp_nist_method(void)
        {
        static const EC_METHOD ret = {
@@ -95,6 +95,7 @@ const EC_METHOD *EC_GFp_nist_method(void)
 
        return &ret;
        }
+#endif
 
 
 int ec_GFp_nist_group_init(EC_GROUP *group)
index c8832de86d04ac9f0a3d8e220faccab1f79a60a3..e8d8382964eae09afd0e69f342d213c2968784d7 100644 (file)
@@ -55,7 +55,7 @@
 
 #include "ec_lcl.h"
 
-
+#if 0
 const EC_METHOD *EC_GFp_recp_method(void)
        {
        static const EC_METHOD ret = {
@@ -95,7 +95,7 @@ const EC_METHOD *EC_GFp_recp_method(void)
 
        return &ret;
        }
-
+#endif
 
 int ec_GFp_recp_group_init(EC_GROUP *group)
        {