|
1 | 1 | <!--
|
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/1014:42:47 momjian Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="libpq">
|
@@ -665,24 +665,6 @@ SSL *PQgetssl(const PGconn *conn);
|
665 | 665 | </para>
|
666 | 666 | </listitem>
|
667 | 667 |
|
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> |
686 | 668 | </itemizedlist>
|
687 | 669 | </para>
|
688 | 670 | </sect1>
|
|