In crypto/ec #if 0 out structures which reference (currently)

non existent functions because this breaks shared libraries.
This commit is contained in:
Dr. Stephen Henson 2001-03-10 12:37:01 +00:00
parent 40e15f9d78
commit 24a93e6cdd
2 changed files with 4 additions and 3 deletions

View 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)

View 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)
{