diff --git a/lib/hx509/crypto.c b/lib/hx509/crypto.c index b3ffff8fb..066e631f4 100644 --- a/lib/hx509/crypto.c +++ b/lib/hx509/crypto.c @@ -466,7 +466,6 @@ ecdsa_available(const hx509_private_key signer, { const struct signature_alg *sig; const EC_GROUP *group; - size_t signlen; BN_CTX *bnctx = NULL; BIGNUM *order = NULL; int ret = 0;