mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-23 18:14:56 +01:00
Make the compiler spit out a .c file instead of a .h file.
This commit is contained in:
parent
1885873c70
commit
9cc6cb724f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4608
@ -185,12 +185,14 @@ void output(FILE *fp)
|
||||
{
|
||||
int i;
|
||||
|
||||
fprintf(fp, "unsigned char seqprog[] = {\n");
|
||||
for (i = 0; i < LC; i++)
|
||||
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
|
||||
M[i][3],
|
||||
M[i][2],
|
||||
M[i][1],
|
||||
M[i][0]);
|
||||
fprintf(fp, "};\n");
|
||||
}
|
||||
|
||||
char **getl(int *n)
|
||||
|
@ -185,12 +185,14 @@ void output(FILE *fp)
|
||||
{
|
||||
int i;
|
||||
|
||||
fprintf(fp, "unsigned char seqprog[] = {\n");
|
||||
for (i = 0; i < LC; i++)
|
||||
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
|
||||
M[i][3],
|
||||
M[i][2],
|
||||
M[i][1],
|
||||
M[i][0]);
|
||||
fprintf(fp, "};\n");
|
||||
}
|
||||
|
||||
char **getl(int *n)
|
||||
|
@ -185,12 +185,14 @@ void output(FILE *fp)
|
||||
{
|
||||
int i;
|
||||
|
||||
fprintf(fp, "unsigned char seqprog[] = {\n");
|
||||
for (i = 0; i < LC; i++)
|
||||
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
|
||||
M[i][3],
|
||||
M[i][2],
|
||||
M[i][1],
|
||||
M[i][0]);
|
||||
fprintf(fp, "};\n");
|
||||
}
|
||||
|
||||
char **getl(int *n)
|
||||
|
@ -185,12 +185,14 @@ void output(FILE *fp)
|
||||
{
|
||||
int i;
|
||||
|
||||
fprintf(fp, "unsigned char seqprog[] = {\n");
|
||||
for (i = 0; i < LC; i++)
|
||||
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
|
||||
M[i][3],
|
||||
M[i][2],
|
||||
M[i][1],
|
||||
M[i][0]);
|
||||
fprintf(fp, "};\n");
|
||||
}
|
||||
|
||||
char **getl(int *n)
|
||||
|
@ -185,12 +185,14 @@ void output(FILE *fp)
|
||||
{
|
||||
int i;
|
||||
|
||||
fprintf(fp, "unsigned char seqprog[] = {\n");
|
||||
for (i = 0; i < LC; i++)
|
||||
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
|
||||
M[i][3],
|
||||
M[i][2],
|
||||
M[i][1],
|
||||
M[i][0]);
|
||||
fprintf(fp, "};\n");
|
||||
}
|
||||
|
||||
char **getl(int *n)
|
||||
|
Loading…
Reference in New Issue
Block a user