From e116d5a0a112dd807ec1733ff8b60b9004d5f913 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Feb 2009 04:08:47 +0000 Subject: [PATCH] Clarify PQinitSSL() documentation to mention what the argument controls. --- doc/src/sgml/libpq.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index b9c27853fe..d89b391635 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) If you are using SSL inside your application (in addition - to inside libpq), you can use - PQinitSSL(int) to tell libpq - that the SSL library has already been initialized by your - application. + to inside libpq), you can call + PQinitSSL(int) with 0 to tell + libpq that the SSL library + has already been initialized by your application. See -- 2.39.5