mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Remove reduplicated checking for outdata file exists, CID 1519404
This commit is contained in:
parent
acfece2c26
commit
08c205a02f
@ -6231,11 +6231,6 @@ int main(int argc, char **argv)
|
||||
|
||||
if (cmd != CMD_VERIFY) {
|
||||
/* Create outdata file */
|
||||
#ifndef WIN32
|
||||
if (!access(options.outfile, R_OK))
|
||||
/* outdata file exists */
|
||||
DO_EXIT_1("Failed to create file: %s\n", options.outfile);
|
||||
#endif
|
||||
outdata = BIO_new_file(options.outfile, FILE_CREATE_MODE);
|
||||
if (outdata == NULL)
|
||||
DO_EXIT_1("Failed to create file: %s\n", options.outfile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user