diff options
Diffstat (limited to '')
-rw-r--r-- | libkeccak_hmac_marshal.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_hmac_marshal.3 b/libkeccak_hmac_marshal.3 index 2e31dd7..7693050 100644 --- a/libkeccak_hmac_marshal.3 +++ b/libkeccak_hmac_marshal.3 @@ -5,7 +5,7 @@ libkeccak_hmac_marshal - Marshals an HMAC-hashing state .nf #include <libkeccak.h> -size_t libkeccak_hmac_marshal(const libkeccak_hmac_state_t *\fIstate\fP, void *\fIdata\fP); +size_t libkeccak_hmac_marshal(const struct libkeccak_hmac_state *\fIstate\fP, void *\fIdata\fP); .fi .PP Link with |