diff options
Diffstat (limited to 'libkeccak_hmac_wipe.3')
-rw-r--r-- | libkeccak_hmac_wipe.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_wipe.3 b/libkeccak_hmac_wipe.3 index 471a9a8..ceee5d7 100644 --- a/libkeccak_hmac_wipe.3 +++ b/libkeccak_hmac_wipe.3 @@ -5,7 +5,7 @@ libkeccak_hmac_wipe - Securely erase sensitive data from a HMAC-hashing state .nf #include <libkeccak.h> -int libkeccak_hmac_wipe(libkeccak_hmac_state_t *\fIstate\fP); +int libkeccak_hmac_wipe(struct libkeccak_hmac_state *\fIstate\fP); .fi .PP Link with |