In crypto/ec #if 0 out structures which reference (currently)
non existent functions because this breaks shared libraries.
This commit is contained in:
parent
40e15f9d78
commit
24a93e6cdd
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
#include "ec_lcl.h"
|
#include "ec_lcl.h"
|
||||||
|
|
||||||
|
#if 0
|
||||||
const EC_METHOD *EC_GFp_nist_method(void)
|
const EC_METHOD *EC_GFp_nist_method(void)
|
||||||
{
|
{
|
||||||
static const EC_METHOD ret = {
|
static const EC_METHOD ret = {
|
||||||
@ -95,6 +95,7 @@ const EC_METHOD *EC_GFp_nist_method(void)
|
|||||||
|
|
||||||
return &ret;
|
return &ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int ec_GFp_nist_group_init(EC_GROUP *group)
|
int ec_GFp_nist_group_init(EC_GROUP *group)
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
#include "ec_lcl.h"
|
#include "ec_lcl.h"
|
||||||
|
|
||||||
|
#if 0
|
||||||
const EC_METHOD *EC_GFp_recp_method(void)
|
const EC_METHOD *EC_GFp_recp_method(void)
|
||||||
{
|
{
|
||||||
static const EC_METHOD ret = {
|
static const EC_METHOD ret = {
|
||||||
@ -95,7 +95,7 @@ const EC_METHOD *EC_GFp_recp_method(void)
|
|||||||
|
|
||||||
return &ret;
|
return &ret;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int ec_GFp_recp_group_init(EC_GROUP *group)
|
int ec_GFp_recp_group_init(EC_GROUP *group)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user