Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
0ec5cef0
Commit
0ec5cef0
authored
Aug 29, 2011
by
Niels Möller
Browse files
(list_algorithms): Fixed typo in header.
Rev: nettle/tools/nettle-hash.c:1.3
parent
6c6abac2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/nettle-hash.c
View file @
0ec5cef0
...
...
@@ -44,7 +44,7 @@ list_algorithms (void)
{
unsigned
i
;
const
struct
nettle_hash
*
alg
;
printf
(
"%10s digestsize (internal block size), in units of octe
s
t
\n
"
,
"name"
);
printf
(
"%10s digestsize (internal block size), in units of octet
s
\n
"
,
"name"
);
for
(
i
=
0
;
(
alg
=
nettle_hashes
[
i
]);
i
++
)
printf
(
"%10s %d (%d)
\n
"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment