cosmetics

This commit is contained in:
Andreas Steffen 2007-08-29 10:31:37 +00:00
parent 32be2ec599
commit d3250f74af
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ int main(int argc, char* argv[])
fprintf(f, "#ifndef FIPS_SIGNATURE_H_\n");
fprintf(f, "#define FIPS_SIGNATURE_H_\n");
fprintf(f, "\n");
fprintf(f, "const char *hmac_key =\"%s\";\n", hmac_key);
fprintf(f, "const char *hmac_signature =\"%s\";\n", hmac_signature);
fprintf(f, "const char *hmac_key = \"%s\";\n", hmac_key);
fprintf(f, "const char *hmac_signature = \"%s\";\n", hmac_signature);
fprintf(f, "\n");
fprintf(f, "#endif /* FIPS_SIGNATURE_H_ */\n");
fclose(f);