summaryrefslogtreecommitdiff
path: root/nettle-meta.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-03-18 21:42:00 +0100
committerNiels Möller <nisse@lysator.liu.se>2014-03-18 21:42:00 +0100
commita9b47a42f5a8a2d3e324075bf7bee52f403c6a2e (patch)
tree5ccdf3a769ece1c1b09e882fe837d8fdc9126c7f /nettle-meta.h
parent6bd43205b83e773d51d6b73abbcbb77c828a5eb5 (diff)
downloadnettle-a9b47a42f5a8a2d3e324075bf7bee52f403c6a2e.tar.gz
Define and use nettle_cipher_func, for block ciphers.
Diffstat (limited to 'nettle-meta.h')
-rw-r--r--nettle-meta.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nettle-meta.h b/nettle-meta.h
index f7b8675f..15a5b22c 100644
--- a/nettle-meta.h
+++ b/nettle-meta.h
@@ -48,8 +48,8 @@ struct nettle_cipher
nettle_set_key_func *set_encrypt_key;
nettle_set_key_func *set_decrypt_key;
- nettle_crypt_func *encrypt;
- nettle_crypt_func *decrypt;
+ nettle_cipher_func *encrypt;
+ nettle_cipher_func *decrypt;
};
/* null-terminated list of ciphers implemented by this version of nettle */