Update sdf.h

This commit is contained in:
Zhi Guan
2024-06-09 16:51:26 +08:00
parent 830c96c5c7
commit f575ea2c91
4 changed files with 43 additions and 34 deletions

View File

@@ -256,7 +256,7 @@ bad:
}
ret = 0;
end:
sdf_digest_cleanup(&ctx);
(void)sdf_digest_cleanup(&ctx);
if (pubkeyfp) fclose(pubkeyfp);
if (infile && infp) fclose(infp);
if (outfile && outfp) fclose(outfp);