Reformat.

This commit is contained in:
Ben Laurie 2003-07-29 14:06:02 +00:00
parent c473d53898
commit 0b8c5413a4

View File

@ -850,14 +850,6 @@ int main(int argc, char **argv)
FILE *fp = NULL;
char fn[250] = "", rfn[256] = "";
int f_opt = 0, d_opt = 1;
/*
unsigned char x[1];
sb(x,1,1);
sb(x,3,1);
printf("%02x %d %d %d\n",x[0],gb(x,0),gb(x,1),gb(x,2));
exit(0);
*/
#ifdef FIPS
FIPS_mode_set(1);