Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite76fbcf

Browse files
doc: PQinitOpenSSL and PQinitSSL are obsolete in OpenSSL 1.1.0+
Starting with OpenSSL 1.1.0 there is no need to call PQinitOpenSSLor PQinitSSL to avoid duplicate initialization of OpenSSL. Add anote to the documentation to explain this.Backpatch to all supported versions as older OpenSSL versions areequally likely to be used for all branches.Reported-by: Sebastien Flaesch <sebastien.flaesch@4js.com>Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/DBAP191MB12895BFFEC4B5FE0460D0F2FB0459@DBAP191MB1289.EURP191.PROD.OUTLOOK.COMBackpatch-through: 11, all supported versions
1 parent0b2e77c commite76fbcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8312,6 +8312,8 @@ ldap://ldap.acme.com/cn=dbserver,cn=hosts?pgconnectinfo?base?(objectclass=*)
83128312
that the <literal>libssl</literal> and/or <literal>libcrypto</literal> libraries
83138313
have been initialized by your application, so that
83148314
<application>libpq</application> will not also initialize those libraries.
8315+
However, this is unnecessary when using <productname>OpenSSL</productname>
8316+
version 1.1.0 or later, as duplicate initializations are no longer problematic.
83158317
</para>
83168318

83178319
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp