diff options
Diffstat (limited to 'libkeccak_state_wipe.3')
-rw-r--r-- | libkeccak_state_wipe.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_state_wipe.3 b/libkeccak_state_wipe.3 index 1ae2759..9028dcc 100644 --- a/libkeccak_state_wipe.3 +++ b/libkeccak_state_wipe.3 @@ -5,7 +5,7 @@ libkeccak_state_wipe - Securely erase sensitive data .nf #include <libkeccak.h> -void libkeccak_state_wipe(libkeccak_state_t *\fIstate\fP); +void libkeccak_state_wipe(struct libkeccak_state *\fIstate\fP); .fi .PP Link with |