Latest update.

This commit is contained in:
2020-04-15 18:45:34 +09:00
parent be29e7bcc6
commit 2015c00c43
573 changed files with 22943 additions and 6714 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ int main(int argc, char **argv)
name = find_friendly_name(p12);
PKCS12_free(p12);
if ((fp = fopen(argv[3], "w")) == NULL) {
fprintf(stderr, "Error opening file %s\n", argv[1]);
fprintf(stderr, "Error opening file %s\n", argv[3]);
goto err;
}
if (name != NULL)
+1 -1
View File
@@ -42,7 +42,7 @@ int main(int argc, char **argv)
exit(1);
}
if ((fp = fopen(argv[4], "wb")) == NULL) {
fprintf(stderr, "Error opening file %s\n", argv[1]);
fprintf(stderr, "Error opening file %s\n", argv[4]);
ERR_print_errors_fp(stderr);
exit(1);
}