From 715ea2bf183770a7669aeab130e6c1bd3c433d55 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 6d0115c3a5..cf8cec83de 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,4 +1,4 @@ - + <application>libpq</application> - C Library @@ -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