cygwin: drop explicit O_TEXT
authorCorinna Vinschen <vinschen@redhat.com>
Fri, 15 Feb 2019 11:24:47 +0000 (12:24 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 18 Feb 2019 20:09:47 +0000 (21:09 +0100)
commit9b57e4a1ef356420367d843f1ba96037f88316b8
tree8dc283040140d8129595a028c7f33b9ddb8ed75f
parent1ad2d9404dcd97372c0dc2709a598ee0f0a79620
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: Matt Caswell <matt@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8248)
crypto/bio/bss_file.c