apps/opt.c: Remove the access checks of input and output files
authorRichard Levitte <levitte@openssl.org>
Tue, 24 Apr 2018 12:31:32 +0000 (14:31 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Apr 2018 09:44:26 +0000 (11:44 +0200)
commit4522e130c87c341342c640bba970f4b89755f1cb
tree00564db55c81ff5d8de45eca6710b0788ba6659f
parentc36e9093914aab4bfc42af1db35558a9272607b5
apps/opt.c: Remove the access checks of input and output files

open() will take care of the checks anyway

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6033)
apps/opt.c