summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/crypto/ec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/crypto/ec.h b/include/crypto/ec.h
index 071fbcad19..8e8fa3d825 100644
--- a/include/crypto/ec.h
+++ b/include/crypto/ec.h
@@ -49,7 +49,6 @@ int ecdh_KDF_X9_63(unsigned char *out, size_t outlen,
const unsigned char *sinfo, size_t sinfolen,
const EVP_MD *md, OPENSSL_CTX *libctx, const char *propq);
-int ec_generate_key(OPENSSL_CTX *libctx, EC_KEY *eckey, int pairwise_test);
int ec_key_public_check(const EC_KEY *eckey, BN_CTX *ctx);
int ec_key_private_check(const EC_KEY *eckey);
int ec_key_pairwise_check(const EC_KEY *eckey, BN_CTX *ctx);