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
Wim Lewis
nettle
Commits
6a0dd7aa
Commit
6a0dd7aa
authored
Jan 31, 2006
by
Niels Möller
Browse files
Fixed typo in usage message.
Rev: src/nettle/examples/rsa-verify.c:1.5
parent
5aa9e16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/rsa-verify.c
View file @
6a0dd7aa
...
...
@@ -60,7 +60,7 @@ main(int argc, char **argv)
if
(
argc
!=
3
)
{
werror
(
"Usage: rsa-
sign
PUBLIC-KEY SIGNATURE-FILE <
file
\n
"
);
werror
(
"Usage: rsa-
verify
PUBLIC-KEY SIGNATURE-FILE <
FILE
\n
"
);
return
EXIT_FAILURE
;
}
...
...
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