remove unused varaibale

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24681 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-11 18:32:05 +00:00
parent 4500883ecc
commit 14b272fb98

View File

@@ -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;