]> granicus.if.org Git - curl/commit
openssl: change FILE ops to BIO ops
authorSunny Purushe <sunny.purushe@gmail.com>
Tue, 17 Apr 2018 08:50:09 +0000 (04:50 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 May 2018 14:30:32 +0000 (16:30 +0200)
commit18cbbb702c3b705da7e5bd22d02128e8b2445de1
tree46039b72d0ccb9f6526e8ed8630ae0c9f027f8ed
parent3c42fb8d46e1e0833854a1000b63d6eea71315c2
openssl: change FILE ops to BIO ops

To make builds with VS2015 work. Recent changes in VS2015 _IOB_ENTRIES
handling is causing problems. This fix changes the OpenSSL backend code
to use BIO functions instead of FILE I/O functions to circumvent those
problems.

Closes #2512
lib/vtls/openssl.c