mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 19:33:38 +08:00
Fix return without clean
This commit is contained in:
@@ -96,7 +96,7 @@ int sm9decrypt_main(int argc, char **argv)
|
||||
} else {
|
||||
bad:
|
||||
fprintf(stderr, "gmssl %s: illegal option '%s'\n", prog, *argv);
|
||||
return 1;
|
||||
goto end;
|
||||
}
|
||||
|
||||
argc--;
|
||||
|
||||
Reference in New Issue
Block a user