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:
@@ -332,7 +332,7 @@ bad:
|
||||
}
|
||||
if (fwrite(outbuf, 1, outlen, outfp) != outlen) {
|
||||
fprintf(stderr, "%s: output failure\n", prog);
|
||||
return -1;
|
||||
goto end;
|
||||
}
|
||||
ret = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user