]> granicus.if.org Git - postgresql/commit
Attempt to open certificate file "manually" using fopen before
authorMagnus Hagander <magnus@hagander.net>
Wed, 3 Oct 2007 13:57:52 +0000 (13:57 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 3 Oct 2007 13:57:52 +0000 (13:57 +0000)
commit76a6ddfa47ebc577d2320d642fc6f0cf0cee537d
tree90a284b5848e78cb1a29ad868705bf84e166cc84
parent2890c33084ab7ef3fe985cb72cb46ac5fe5ebf02
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.
src/interfaces/libpq/fe-secure.c