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
3dd91b08
Commit
3dd91b08
authored
Sep 30, 2002
by
Niels Möller
Browse files
Deleted extra ; between declarations.
Rev: src/nettle/examples/rsa-keygen.c:1.2
parent
e1f802b1
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/rsa-keygen.c
View file @
3dd91b08
...
...
@@ -106,7 +106,7 @@ main(int argc, char **argv)
int
c
;
char
*
pub_name
=
NULL
;
char
*
priv_name
=
NULL
;
;
char
*
priv_name
=
NULL
;
struct
stat
sbuf
;
struct
nettle_buffer
pub_buffer
;
...
...
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