Skip to content

Commit 6884491

Browse files
committed
1 parent dea7fc6 commit 6884491

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7465,9 +7465,8 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
74657465
that the <literal>libssl</> and/or <literal>libcrypto</> libraries
74667466
have been initialized by your application, so that
74677467
<application>libpq</application> will not also initialize those libraries.
7468-
<!-- If this URL changes replace it with a URL to www.archive.org. -->
74697468
See <ulink
7470-
url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04.html"></ulink>
7469+
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04.html"></ulink>
74717470
for details on the SSL API.
74727471
</para>
74737472

doc/src/sgml/pgcrypto.sgml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,10 +1301,6 @@ gen_random_bytes(count integer) returns bytea
13011301
<para><ulink url="http://jlcooke.ca/random/"></ulink></para>
13021302
<para>Jean-Luc Cooke Fortuna-based <filename>/dev/random</> driver for Linux.</para>
13031303
</listitem>
1304-
<listitem>
1305-
<para><ulink url="http://research.cyber.ee/~lipmaa/crypto/"></ulink></para>
1306-
<para>Collection of cryptology pointers.</para>
1307-
</listitem>
13081304
</itemizedlist>
13091305
</sect3>
13101306
</sect2>

doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2143,9 +2143,8 @@ pg_dumpall -p 5432 | psql -d postgres -p 5433
21432143
intermediate certificates were created with <literal>v3_ca</>
21442144
extensions). Certificate Revocation List (CRL) entries are also
21452145
checked if the parameter <xref linkend="guc-ssl-crl-file"> is set.
2146-
<!-- If this URL changes replace it with a URL to www.archive.org. -->
21472146
(See <ulink
2148-
url="http://h71000.www7.hp.com/doc/83final/ba554_90007/ch04s02.html"></>
2147+
url="http://h41379.www4.hpe.com/doc/83final/ba554_90007/ch04s02.html"></>
21492148
for diagrams showing SSL certificate usage.)
21502149
</para>
21512150

0 commit comments

Comments
 (0)