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)
commitec4b6a81f6e4706031310df1d0bcefcc34a4fc9e
treebf6ee4fb4331105b1678b1693b04fb389e5b180d
parentc2862e3cad4f0faa66dacda34d863ab2bb8d63a0
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