remove unused recp method

This commit is contained in:
Nils Larsch
2005-04-04 18:15:59 +00:00
parent 0abfd60604
commit c2e40d0f9a
4 changed files with 2 additions and 168 deletions

View File

@@ -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).
*/