We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f41132 commit 46f0d87Copy full SHA for 46f0d87
tools/keytools/keygen.c
@@ -776,6 +776,7 @@ static void key_gen_check(const char *kfilename)
776
unlink(kfilename);
777
}
778
779
+#if 0
780
f = fopen(pubkeyfile, "rb");
781
if (!force && (f != NULL)) {
782
char reply[40];
@@ -792,6 +793,7 @@ static void key_gen_check(const char *kfilename)
792
793
unlink(pubkeyfile);
794
795
796
+#endif
797
798
799
static void key_generate(uint32_t ktype, const char *kfilename, uint32_t id_mask)
0 commit comments