Reformat.
This commit is contained in:
parent
c473d53898
commit
0b8c5413a4
@ -850,14 +850,6 @@ int main(int argc, char **argv)
|
|||||||
FILE *fp = NULL;
|
FILE *fp = NULL;
|
||||||
char fn[250] = "", rfn[256] = "";
|
char fn[250] = "", rfn[256] = "";
|
||||||
int f_opt = 0, d_opt = 1;
|
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
|
#ifdef FIPS
|
||||||
FIPS_mode_set(1);
|
FIPS_mode_set(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user