bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILE
authorAndy Polyakov <appro@openssl.org>
Wed, 6 Apr 2016 09:21:14 +0000 (11:21 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 23 Feb 2017 14:29:46 +0000 (15:29 +0100)
commit56fbd5cff879a1d06e6b2023f43aebecc75fde2b
tree2e30ea10c183db005fd9722ae87a38c1740326a9
parent6cc190f988c8d41407e562d426f90722706fd8b3
bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILE
pointers, except for minimal std[in|out|err].

(cherry picked from commit 800b299b0a53c871be57c4b2c97c95d6642489ea)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2701)
crypto/bio/bss_file.c