|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.277 2009/02/06 19:24:12 momjian Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.278 2009/02/11 04:08:47 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="libpq"> |
4 | 4 | <title><application>libpq</application> - C Library</title> |
@@ -6169,10 +6169,10 @@ myEventProc(PGEventId evtId, void *evtInfo, void *passThrough) |
6169 | 6169 |
|
6170 | 6170 | <para> |
6171 | 6171 | If you are using <acronym>SSL</> inside your application (in addition |
6172 | | - to inside <application>libpq</application>), you canuse |
6173 | | - <function>PQinitSSL(int)</>to tell <application>libpq</application> |
6174 | | - that the <acronym>SSL</> library has already been initialized by your |
6175 | | - application. |
| 6172 | + to inside <application>libpq</application>), you cancall |
| 6173 | + <function>PQinitSSL(int)</>with <literal>0</> to tell |
| 6174 | +<application>libpq</application>that the <acronym>SSL</> library |
| 6175 | +has already been initialized by yourapplication. |
6176 | 6176 | <!-- If this URL changes replace it with a URL to www.archive.org. --> |
6177 | 6177 | See <ulink |
6178 | 6178 | url="http://h71000.www7.hp.com/doc/83final/BA554_90007/ch04.html"></ulink> |
|