mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typo, init => int, per KOIZUMI Satoru.
This commit is contained in:
parent
5c5184c043
commit
8f4e121845
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.307 2010/06/11 10:13:08 heikki Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.308 2010/06/17 16:03:30 tgl Exp $ -->
|
||||
|
||||
<chapter id="libpq">
|
||||
<title><application>libpq</application> - C Library</title>
|
||||
|
|
@ -6753,7 +6753,7 @@ user=admin
|
|||
<para>
|
||||
Allows applications to select which security libraries to initialize.
|
||||
<synopsis>
|
||||
void PQinitOpenSSL(int do_ssl, init do_crypto);
|
||||
void PQinitOpenSSL(int do_ssl, int do_crypto);
|
||||
</synopsis>
|
||||
</para>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue