summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_nist.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-10 12:37:01 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-10 12:37:01 +0000
commit24a93e6cddacac3b84ffcf59f944819a293aaa84 (patch)
tree5d8a846208b7de9fdac1928406e899bfc79e04c4 /crypto/ec/ecp_nist.c
parent40e15f9d78fef1b3d4295a2b55e61a8c3556c1fe (diff)
In crypto/ec #if 0 out structures which reference (currently)
non existent functions because this breaks shared libraries.
Diffstat (limited to 'crypto/ec/ecp_nist.c')
-rw-r--r--crypto/ec/ecp_nist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c
index 1e3a7dd033..354130bed2 100644
--- a/crypto/ec/ecp_nist.c
+++ b/crypto/ec/ecp_nist.c
@@ -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)