]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
aesni-ccm: removed unused struct entries
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Dec 2014 09:27:00 +0000 (10:27 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 6 Dec 2014 09:27:00 +0000 (10:27 +0100)
lib/accelerated/x86/aes-ccm-x86-aesni.c

index 31a47941c5f965234cf4da5a4aa5071fda5e830e..a1fac447b0eccd16e38dc945bb01c8d40ba3cc66 100644 (file)
@@ -40,8 +40,6 @@
 
 typedef struct ccm_x86_aes_ctx {
        AES_KEY key;
-       uint8_t iv[CCM_MAX_NONCE_SIZE];
-       unsigned iv_size;
 } ccm_x86_aes_ctx;
 
 /* CCM mode