]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(nettle_camellia128): Declare.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 7 Jul 2010 19:18:09 +0000 (21:18 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 7 Jul 2010 19:18:09 +0000 (21:18 +0200)
(nettle_camellia192): Likewise.
(nettle_camellia256): Likewise.

Rev: nettle/nettle-meta.h:1.6

nettle-meta.h

index 96353088ae01e69eec6eb3a98643e5a11d63cf2a..be8828df749f0fa0757d300062c347ce7793f991 100644 (file)
@@ -90,6 +90,11 @@ extern const struct nettle_cipher nettle_aes192;
 extern const struct nettle_cipher nettle_aes256;
 
 extern const struct nettle_cipher nettle_arcfour128;
+
+extern const struct nettle_cipher nettle_camellia128;
+extern const struct nettle_cipher nettle_camellia192;
+extern const struct nettle_cipher nettle_camellia256;
+
 extern const struct nettle_cipher nettle_cast128;
 
 extern const struct nettle_cipher nettle_serpent128;