summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2020-09-15 14:45:49 +1000
committerShane Lontis <shane.lontis@oracle.com>2020-09-19 18:21:10 +1000
commit7889e7aef821c0c9917188d59f53253645c07928 (patch)
tree895a1eb9eda2dbea45a7499e30f20a2b427d63ec /include
parentf8e747471ebb5e6d65264de91e26fbc439841bc4 (diff)
Fix ec keygen so that it passes the library context to SSL_SELF_TEST_get_callback().
This was written before the ec key contained a library context, now that it contains a libctx it can be passed correctly to the callback. Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12877)
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);