X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fec%2Fec_pmeth.c;h=81ad4d499a1276651d4d66e8e4cced8d84d98b3f;hb=f34a57202be4a5d3786ba65ad88d760aa02630f0;hp=e477418559bb5d32764cf84eabd42ccdd6c64f96;hpb=88e20b8584a78c803eca7aa9fcf8c46ff0ece4ae;p=oweals%2Fopenssl.git diff --git a/crypto/ec/ec_pmeth.c b/crypto/ec/ec_pmeth.c index e477418559..81ad4d499a 100644 --- a/crypto/ec/ec_pmeth.c +++ b/crypto/ec/ec_pmeth.c @@ -76,7 +76,7 @@ typedef struct /* Duplicate key if custom cofactor needed */ EC_KEY *co_key; /* Cofactor mode */ - char cofactor_mode; + signed char cofactor_mode; /* KDF (if any) to use for ECDH */ char kdf_type; /* Message digest to use for key derivation */