Attempt to open certificate file "manually" using fopen before

Magnus Hagander <magnus@hagander.net>

Commit: 76a6ddfa47ebc577d2320d642fc6f0cf0cee537d
Author: Magnus Hagander <magnus@hagander.net>
Date: 2007-10-03T13:57:52Z
Releases: 8.3.0
Attempt to open certificate file "manually" using fopen before
trying BIO functions.
Helps problem with older versions of OpenSSL that lacks error
stack functions and would show an incorrect error message for
file-not-found-or-not-openable. The problem may still exist for
other errors, but file open error is by far the most common one.

Files

PathChange+/−
src/interfaces/libpq/fe-secure.c modified +19 −2