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)
committerAndy Polyakov <appro@openssl.org>
Thu, 7 Apr 2016 19:08:08 +0000 (21:08 +0200)
commit800b299b0a53c871be57c4b2c97c95d6642489ea
tree172de32bb4ee1405384c9f34b619a62ac54e5697
parenta4ccf06808422400a6a0673b452d388e95a455fd
bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILE
pointers, except for minimal std[in|out|err].

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/bio/bss_file.c