Commit 24a93e6c authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

In crypto/ec #if 0 out structures which reference (currently)
non existent functions because this breaks shared libraries.
parent 40e15f9d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)
+2 −2
Original line number Diff line number Diff line
@@ -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)
	{