mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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"
|
||||
|
||||
|
||||
#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)
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user