commit | 9241be7ac56cf5bf76487e77f710961eaddc762b | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 31 17:31:03 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Sat Aug 31 18:07:42 2013 +0200 |
tree | cf739d247c8376ded80a88dc72aab68c757745d6 | |
parent | 20d6a17af99ad538db902dbebf16879c0b3de687 [diff] [blame] |
Change cipher prototypes for GCM
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c index c8eee54..5c98100 100644 --- a/library/cipher_wrap.c +++ b/library/cipher_wrap.c
@@ -271,7 +271,7 @@ POLARSSL_MODE_GCM, 128, "AES-128-GCM", - 16, + 0, 16, &gcm_aes_info }; @@ -281,7 +281,7 @@ POLARSSL_MODE_GCM, 256, "AES-256-GCM", - 16, + 0, 16, &gcm_aes_info };