projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b12f7
)
Since they aren't implemented yet, EC_GFp_{recp,nist}_method() need to
author
Richard Levitte
<levitte@openssl.org>
Wed, 21 Mar 2001 12:34:34 +0000
(12:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 21 Mar 2001 12:34:34 +0000
(12:34 +0000)
be "#if 0"'d, or they will (re)appear as existing functions in
util/libeay.num.
crypto/ec/ec.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec.h
b/crypto/ec/ec.h
index 7f7f7078efff6a49540d5edc4e27157220cad6dd..7c333b20f15d316f672b990bde0f95dacd5e1d43 100644
(file)
--- a/
crypto/ec/ec.h
+++ b/
crypto/ec/ec.h
@@
-96,8
+96,10
@@
typedef struct ec_point_st EC_POINT;
*/
const EC_METHOD *EC_GFp_simple_method(void);
const EC_METHOD *EC_GFp_mont_method(void);
+#if 0
const EC_METHOD *EC_GFp_recp_method(void); /* TODO */
const EC_METHOD *EC_GFp_nist_method(void); /* TODO */
+#endif
EC_GROUP *EC_GROUP_new(const EC_METHOD *);