aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec.h
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-04 18:15:59 +0000
committerNils Larsch <nils@openssl.org>2005-04-04 18:15:59 +0000
commitc2e40d0f9a417bb5bb4d7c53ffb7d07229caffb8 (patch)
tree52824537e2b85e9429f4cd475a70c73a8b46a939 /crypto/ec/ec.h
parent0abfd606049999071891ef2bab460c99d254edc6 (diff)
downloadopenssl-c2e40d0f9a417bb5bb4d7c53ffb7d07229caffb8.tar.gz
remove unused recp method
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r--crypto/ec/ec.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h
index d60b4c1e83..29614b8026 100644
--- a/crypto/ec/ec.h
+++ b/crypto/ec/ec.h
@@ -123,9 +123,6 @@ typedef struct ec_point_st EC_POINT;
const EC_METHOD *EC_GFp_simple_method(void);
const EC_METHOD *EC_GFp_mont_method(void);
const EC_METHOD *EC_GFp_nist_method(void);
-#if 0
-const EC_METHOD *EC_GFp_recp_method(void); /* TODO */
-#endif
/* EC_METHOD for curves over GF(2^m).
*/