Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.
authorMagnus Hagander <magnus@hagander.net>
Mon, 1 Oct 2007 20:30:06 +0000 (20:30 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 1 Oct 2007 20:30:06 +0000 (20:30 +0000)
commit81253f4fcc5d970c07794ba4ec6b9f40c5cf03bd
tree1e82324055d1eb74e4fd33b4d6132817dddd5c64
parent7b04180cf51cdfa9ebf44d03febe1d359b341e8a
Use BIO functions to avoid passing FILE * pointers to OpenSSL functions.
This fixes potential crashes on old versions of OpenSSL and the requirement on
"Applink" in new versions when building with MSVC and using different
runtimes.

Dave Page with fixes from me.
src/interfaces/libpq/fe-secure.c