]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed unused variable
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 25 Nov 2013 16:00:31 +0000 (17:00 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 27 Nov 2013 10:41:45 +0000 (11:41 +0100)
lib/opencdk/pubkey.c

index 14a7da58ced030ae272ecb7f26e94716a6c06333..6e753bd2565d1bd345fe6902c9cc49108a8de10e 100644 (file)
@@ -73,7 +73,6 @@ cdk_pk_verify(cdk_pubkey_t pk, cdk_pkt_signature_t sig, const byte * md)
        gnutls_datum_t s_sig = { NULL, 0 }, di = {
        NULL, 0};
        byte *encmd = NULL;
-       size_t enclen;
        cdk_error_t rc;
        int ret, algo;
        unsigned int i;