Fix CRL ext bug

This commit is contained in:
Zhi Guan
2023-02-07 16:03:44 +08:00
parent d7fcc6f457
commit fcb14bbcf9
4 changed files with 16 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ bad:
if (!cert) {
fprintf(stderr, "%s: `-cert` option required\n", prog);
printf("usage: gmssl %s %s\n\n", prog, options);
printf("usage: gmssl %s %s\n\n", prog, usage);
goto end;
}