Fix fat finger.

pull/2/head
Christopher Wellons 2017-03-03 14:36:37 -05:00
parent e47e5a89e3
commit 25c99e8b86
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ command_extract(struct optparse *options)
char *infile;
char *outfile;
FILE *in = stdin;
FILE *out = stdin;
FILE *out = stdout;
char *secfile = global_seckey;
u8 secret[32];
u8 epublic[32];