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:11:53 +0000 (21:11 +0100)
commita81cc6e8a240b27d0e0e6404dd29970375a4f5fc
tree0cba014df1751513ddb93117983e1b70b3f15930
parent5cd8faed79694d8ad8f1db2d02dd7c06fa338dd9
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

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)

(cherry picked from commit 9b57e4a1ef356420367d843f1ba96037f88316b8)
crypto/bio/bss_file.c