diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-10-07 02:24:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-10-07 02:24:38 +0200 |
commit | 335a49b18ba078289aa2d2aa0516e12f001e13c7 (patch) | |
tree | f37817806e86f73592deb8b94adf621d90fe2136 /doc/man/libkeccak_generalised_sum_fd.3 | |
parent | m (diff) | |
download | libkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.gz libkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.bz2 libkeccak-335a49b18ba078289aa2d2aa0516e12f001e13c7.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/man/libkeccak_generalised_sum_fd.3')
-rw-r--r-- | doc/man/libkeccak_generalised_sum_fd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/libkeccak_generalised_sum_fd.3 b/doc/man/libkeccak_generalised_sum_fd.3 index ee09d83..6f0d5ec 100644 --- a/doc/man/libkeccak_generalised_sum_fd.3 +++ b/doc/man/libkeccak_generalised_sum_fd.3 @@ -83,7 +83,7 @@ spec.bitrate = 1024; spec.capacity = 576; spec.output = 256; -if (libkeccak_generalised_sum_fd(STDIN_FILNO, &state, &spec, NULL, binhash) < 0) +if (libkeccak_generalised_sum_fd(STDIN_FILENO, &state, &spec, NULL, binhash) < 0) goto fail; libkeccak_behex_lower(hexhash, binhash, sizeof(binhash)); printf("%s\\n", hexhash); |