projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
In crypto/ec #if 0 out structures which reference (currently)
[openssl.git]
/
crypto
/
ec
/
ecp_recp.c
diff --git
a/crypto/ec/ecp_recp.c
b/crypto/ec/ecp_recp.c
index c8832de86d04ac9f0a3d8e220faccab1f79a60a3..e8d8382964eae09afd0e69f342d213c2968784d7 100644
(file)
--- a/
crypto/ec/ecp_recp.c
+++ b/
crypto/ec/ecp_recp.c
@@
-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)
{