This commit is contained in:
Love Hornquist Astrand
2009-08-14 10:04:45 +02:00
parent b0757f7f3f
commit 88cd143fd4

View File

@@ -107,7 +107,7 @@ main(int argc, char **argv)
fputs("#include <hcrypto/hmac.h>\n", f);
fputs("#include <hcrypto/ec.h>\n", f);
fputs("#include <hcrypto/ecdsa.h>\n", f);
fputs("#include <hcrytpo/ecdh.h>\n", f);
fputs("#include <hcrypto/ecdh.h>\n", f);
#endif
fprintf(f, "#endif /* __%s__ */\n", argv[1]);
fclose(f);