commit | 83f3fc0d772d1137b225a9c9bacec084177f2e70 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 04 12:07:24 2013 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Sep 04 12:14:13 2013 +0200 |
tree | 8a336c8140265c60664e4e208c7efd250d4234dc | |
parent | f7ce67f0d2322f218347f43e172f1f9a055a54b9 [diff] [blame] |
Add AES-192-GCM
diff --git a/include/polarssl/cipher_wrap.h b/include/polarssl/cipher_wrap.h index 4dabb44..8485256 100644 --- a/include/polarssl/cipher_wrap.h +++ b/include/polarssl/cipher_wrap.h
@@ -56,6 +56,7 @@ #if defined(POLARSSL_GCM_C) extern const cipher_info_t aes_128_gcm_info; +extern const cipher_info_t aes_192_gcm_info; extern const cipher_info_t aes_256_gcm_info; #endif /* POLARSSL_GCM_C */