diff --git a/nettle-meta.h b/nettle-meta.h index 96353088ae01e69eec6eb3a98643e5a11d63cf2a..be8828df749f0fa0757d300062c347ce7793f991 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;