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:
@@ -178,6 +178,7 @@ bad:
|
||||
|
||||
if ((ret = sdf_sign(&key, dgst, sig, &siglen)) != 1) {
|
||||
fprintf(stderr, "%s: inner error\n", prog);
|
||||
ret = -1;
|
||||
goto end;
|
||||
}
|
||||
if (fwrite(sig, 1, siglen, outfp) != siglen) {
|
||||
|
||||
Reference in New Issue
Block a user