aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/libkeccak_keccaksum_fd.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/libkeccak_keccaksum_fd.3')
-rw-r--r--doc/man/libkeccak_keccaksum_fd.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_keccaksum_fd.3 b/doc/man/libkeccak_keccaksum_fd.3
index 5099cf4..1e70370 100644
--- a/doc/man/libkeccak_keccaksum_fd.3
+++ b/doc/man/libkeccak_keccaksum_fd.3
@@ -81,7 +81,7 @@ spec.bitrate = 1024;
spec.capacity = 576;
spec.output = 256;
-if (libkeccak_keccaksum_fd(STDIN_FILNO, &state, &spec, binhash) < 0)
+if (libkeccak_keccaksum_fd(STDIN_FILENO, &state, &spec, binhash) < 0)
goto fail;
libkeccak_behex_lower(hexhash, binhash, sizeof(binhash));
printf("%s\\n", hexhash);