]> git.ipfire.org Git - thirdparty/openssl.git/commit
cygwin: drop explicit O_TEXT
authorCorinna Vinschen <vinschen@redhat.com>
Fri, 15 Feb 2019 11:22:07 +0000 (12:22 +0100)
committerCorinna Vinschen <vinschen@redhat.com>
Fri, 15 Feb 2019 16:44:28 +0000 (17:44 +0100)
commit3077dd40588e1ff5b7a1fda87ba845c291bb8055
tree6160c5218e11db2546b7aa5a1445e9e4957d8066
parentfff469b269d8309377291ff86767314d7489fd84
cygwin: drop explicit O_TEXT

Cygwin binaries should not enforce text mode these days, just
use text mode if the underlying mount point requests it

CLA: trivial

Signed-off-by: Corinna Vinschen <vinschen@redhat.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8249)
crypto/bio/bss_file.c