When open()ing 'file' in RAND_write_file, don't use O_EXCL.
authorBodo Möller <bodo@openssl.org>
Thu, 11 May 2000 23:10:27 +0000 (23:10 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 11 May 2000 23:10:27 +0000 (23:10 +0000)
commit50e4e9283d30a3d70aa7b6091196674155c88005
tree156d36f23cfc076257a601ec71e0d0dd83624c07
parent8530712dffaffeb26e6825a9907e73dedaa21bdf
When open()ing 'file' in RAND_write_file, don't use O_EXCL.
This is superfluous now that we don't have to avoid creating
multiple versions of the file on VMS (because older versions
are now deleted).
crypto/rand/randfile.c