pgsql: Attempt to open certificate file "manually" using fopen before - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Attempt to open certificate file "manually" using fopen before
Date
Msg-id 20071003135752.351CD753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.97 -> r1.98)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.97&r2=1.98)

pgsql-committers by date:

Previous
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Build two more .DEF files for ecpg instead of using default ones.
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Stripped two symbols that are needed.