Reformat.
This commit is contained in:
parent
c473d53898
commit
0b8c5413a4
@ -551,7 +551,7 @@ int do_mct(char *amode,
|
|||||||
----------------------------*/
|
----------------------------*/
|
||||||
|
|
||||||
int proc_file(char *rqfile)
|
int proc_file(char *rqfile)
|
||||||
{
|
{
|
||||||
char afn[256], rfn[256];
|
char afn[256], rfn[256];
|
||||||
FILE *afp = NULL, *rfp = NULL;
|
FILE *afp = NULL, *rfp = NULL;
|
||||||
char ibuf[2048];
|
char ibuf[2048];
|
||||||
@ -833,7 +833,7 @@ int proc_file(char *rqfile)
|
|||||||
if (afp)
|
if (afp)
|
||||||
fclose(afp);
|
fclose(afp);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--------------------------------------------------
|
/*--------------------------------------------------
|
||||||
Processes either a single file or
|
Processes either a single file or
|
||||||
@ -845,19 +845,11 @@ int proc_file(char *rqfile)
|
|||||||
The default is: -d req.txt
|
The default is: -d req.txt
|
||||||
--------------------------------------------------*/
|
--------------------------------------------------*/
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
char *rqlist = "req.txt";
|
char *rqlist = "req.txt";
|
||||||
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);
|
||||||
@ -918,4 +910,4 @@ int main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user