From a9b47a42f5a8a2d3e324075bf7bee52f403c6a2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 18 Mar 2014 21:42:00 +0100 Subject: Define and use nettle_cipher_func, for block ciphers. --- camellia256-meta.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camellia256-meta.c') diff --git a/camellia256-meta.c b/camellia256-meta.c index 86d6278b..0413ded0 100644 --- a/camellia256-meta.c +++ b/camellia256-meta.c @@ -35,6 +35,6 @@ const struct nettle_cipher nettle_camellia256 = CAMELLIA_BLOCK_SIZE, CAMELLIA256_KEY_SIZE, (nettle_set_key_func *) camellia256_set_encrypt_key, (nettle_set_key_func *) camellia256_set_decrypt_key, - (nettle_crypt_func *) camellia256_crypt, - (nettle_crypt_func *) camellia256_crypt + (nettle_cipher_func *) camellia256_crypt, + (nettle_cipher_func *) camellia256_crypt }; -- cgit v1.2.1