diff options
author | Bruce Momjian <bruce@momjian.us> | 2001-08-10 14:42:47 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2001-08-10 14:42:47 +0000 |
commit | 24641335cf8fc08de25034a8c093f8c91321d042 (patch) | |
tree | 58ea2bb1d8166d29a742051d3617b1f8c77cd8e8 /doc/src | |
parent | 454f44e8e3929c4c8283be2db5e7df5233ce500e (diff) | |
download | postgresql-24641335cf8fc08de25034a8c093f8c91321d042.tar.gz postgresql-24641335cf8fc08de25034a8c093f8c91321d042.zip |
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
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2e26532836e..7e16dee59a1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.64 2001/07/31 02:14:49 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.65 2001/08/10 14:42:47 momjian Exp $ --> <chapter id="libpq"> @@ -665,24 +665,6 @@ SSL *PQgetssl(const PGconn *conn); </para> </listitem> - <listitem> - <para> - <function>PQgetssl</function> - Returns the SSL structure used in the connection, or NULL - if SSL is not in use. - <synopsis> -SSL *PQgetssl(const PGconn *conn); - </synopsis> - This structure can be used to verify encryption levels, check - server certificate and more. Refer to the OpenSSL documentation - for information about this structure. - </para> - <para> - You must define <literal>USE_SSL</literal> in order to get the - prototype for this function. Doing this will also - automatically include <filename>ssl.h</filename> from OpenSSL. - </para> - </listitem> </itemizedlist> </para> </sect1> |