X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Fec%2Fec_pmeth.c;h=2aadd4a8f5ca0c441abdc480956a7e046c05a29e;hb=5e4430e70df0020f5f1517249851696cb9ac4ad2;hp=6c986110b845dc81ec0dd70f8dd54c7b31db96bb;hpb=8931b30d8478b0bd24af251fac64e7b0bf121369;p=openssl.git diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c index 6c986110b8..2aadd4a8f5 100644 --- a/crypto/ec/ec_pmeth.c +++ b/crypto/ec/ec_pmeth.c @@ -234,6 +234,7 @@ static int pkey_ec_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) case EVP_PKEY_CTRL_PEER_KEY: /* Default behaviour is OK */ + case EVP_PKEY_CTRL_DIGESTINIT: case EVP_PKEY_CTRL_PKCS7_SIGN: case EVP_PKEY_CTRL_CMS_SIGN: return 1;