From b3d4d798eec3547953c82c1eb2d75342b2b0a6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Wed, 7 Jul 2010 21:18:09 +0200 Subject: [PATCH] (nettle_camellia128): Declare. (nettle_camellia192): Likewise. (nettle_camellia256): Likewise. Rev: nettle/nettle-meta.h:1.6 --- nettle-meta.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nettle-meta.h b/nettle-meta.h index 96353088..be8828df 100644 --- a/nettle-meta.h +++ b/nettle-meta.h @@ -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; -- GitLab