diff options
author | Niels Möller <nisse@lysator.liu.se> | 2014-04-26 15:27:51 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2014-04-26 15:27:51 +0200 |
commit | 0cc6681da3999f116aab2db607919eb9c51a77a3 (patch) | |
tree | 914cbbd8d5350ba68dbc6c3f253b0fafdafa4287 /eax.h | |
parent | 3415be486e1f6ba5c5d091e84df6f336d1bf475e (diff) | |
download | nettle-0cc6681da3999f116aab2db607919eb9c51a77a3.tar.gz |
Minor whitespace fix.
Diffstat (limited to 'eax.h')
-rw-r--r-- | eax.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ eax_decrypt (struct eax_ctx *eax, const struct eax_key *key, void eax_digest (struct eax_ctx *eax, const struct eax_key *key, - const void *cipher, nettle_cipher_func *f, + const void *cipher, nettle_cipher_func *f, size_t length, uint8_t *digest); /* Put the cipher last, to get cipher-independent offsets for the EAX |