aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_kmeth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/ec_kmeth.c')
-rw-r--r--crypto/ec/ec_kmeth.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/ec/ec_kmeth.c b/crypto/ec/ec_kmeth.c
index 767e51f73e..172aaddd20 100644
--- a/crypto/ec/ec_kmeth.c
+++ b/crypto/ec/ec_kmeth.c
@@ -65,7 +65,10 @@ static const EC_KEY_METHOD openssl_ec_key_method = {
0,
0,0,0,0,0,0,
ossl_ec_key_gen,
- ossl_ecdh_compute_key
+ ossl_ecdh_compute_key,
+ ossl_ecdsa_sign_setup,
+ ossl_ecdsa_sign_sig,
+ ossl_ecdsa_verify_sig
};
const EC_KEY_METHOD *default_ec_key_meth = &openssl_ec_key_method;