Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix input/output file comparison when signing
Stat doesn't return ErrExist error, so this line is always false. We also don't need any stats for the output file, so we can just try to open the file, and continue the comparison with the input file if there is no error opening it.
- Loading branch information