whoops
This commit is contained in:
@@ -107,8 +107,8 @@ void run_corr_exp(struct pwned_device *dev, char *fname)
|
|||||||
unsigned char key[16];
|
unsigned char key[16];
|
||||||
unsigned char key_sched[176];
|
unsigned char key_sched[176];
|
||||||
|
|
||||||
sprintf(fname, "KEY");
|
sprintf(dat_fname, "KEY");
|
||||||
outfile = fopen(fname, "w+");
|
outfile = fopen(dat_fname, "w+");
|
||||||
if(outfile == NULL)
|
if(outfile == NULL)
|
||||||
{
|
{
|
||||||
printf("failed to open key file\n");
|
printf("failed to open key file\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user