[openssl-dev] [openssl.org #1520] request for checking if -in and -out files are same

Rich Salz via RT rt at openssl.org
Sun Jun 14 02:55:05 UTC 2015


One possiblity is open in exclusive mode. The problem is that O_EXCL is only
part of open(2), not fopen(3). And we have to use fopen() because we need the
"b" mode for binary output on platforms that require it. So I don't think that
will work, either.



More information about the openssl-dev mailing list