Skip to content
Snippets Groups Projects
Commit 3dd91b08 authored by Niels Möller's avatar Niels Möller
Browse files

Deleted extra ; between declarations.

Rev: src/nettle/examples/rsa-keygen.c:1.2
parent e1f802b1
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ main(int argc, char **argv) ...@@ -106,7 +106,7 @@ main(int argc, char **argv)
int c; int c;
char *pub_name = NULL; char *pub_name = NULL;
char *priv_name = NULL;; char *priv_name = NULL;
struct stat sbuf; struct stat sbuf;
struct nettle_buffer pub_buffer; struct nettle_buffer pub_buffer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment