diff options
Diffstat (limited to 'libkeccak_hmac_reset.3')
-rw-r--r-- | libkeccak_hmac_reset.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_reset.3 b/libkeccak_hmac_reset.3 index 4a9aadf..963ad4c 100644 --- a/libkeccak_hmac_reset.3 +++ b/libkeccak_hmac_reset.3 @@ -5,7 +5,7 @@ libkeccak_hmac_reset - Reinitialise a HMAC-hashing state .nf #include <libkeccak.h> -int libkeccak_hmac_reset(libkeccak_hmac_state_t *\fIstate\fP, const void *\fIkey\fP, size_t \fIkey_length\fP); +int libkeccak_hmac_reset(struct libkeccak_hmac_state *\fIstate\fP, const void *\fIkey\fP, size_t \fIkey_length\fP); .fi .PP Link with |