Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2464133

Browse files
committed
The portion about the PQgetssl() function in the libpq documentation
appears to be duplicated (two identical <listitems> right after each other). Here is a quick patch to remove one instance of it. Magnus Hagander
1 parent 454f44e commit 2464133

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.64 2001/07/31 02:14:49 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.65 2001/08/10 14:42:47 momjian Exp $
33
-->
44

55
<chapter id="libpq">
@@ -665,24 +665,6 @@ SSL *PQgetssl(const PGconn *conn);
665665
</para>
666666
</listitem>
667667

668-
<listitem>
669-
<para>
670-
<function>PQgetssl</function>
671-
Returns the SSL structure used in the connection, or NULL
672-
if SSL is not in use.
673-
<synopsis>
674-
SSL *PQgetssl(const PGconn *conn);
675-
</synopsis>
676-
This structure can be used to verify encryption levels, check
677-
server certificate and more. Refer to the OpenSSL documentation
678-
for information about this structure.
679-
</para>
680-
<para>
681-
You must define <literal>USE_SSL</literal> in order to get the
682-
prototype for this function. Doing this will also
683-
automatically include <filename>ssl.h</filename> from OpenSSL.
684-
</para>
685-
</listitem>
686668
</itemizedlist>
687669
</para>
688670
</sect1>

0 commit comments

Comments
 (0)