diff -cr postgresql-snapshot/doc/src/sgml/libpq.sgml postgresql/doc/src/sgml/libpq.sgml *** postgresql-snapshot/doc/src/sgml/libpq.sgml Thu Mar 22 10:00:32 2001 --- postgresql/doc/src/sgml/libpq.sgml Fri Aug 10 09:33:13 2001 *************** *** 667,690 **** - - - PQgetssl - Returns the SSL structure used in the connection, or NULL - if SSL is not in use. - - SSL *PQgetssl(const PGconn *conn); - - This structure can be used to verify encryption levels, check - server certificate and more. Refer to the OpenSSL documentation - for information about this structure. - - - You must define USE_SSL in order to get the - prototype for this function. Doing this will also - automatically include ssl.h from OpenSSL. - - --- 667,672 ----