forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit928e05d
committed
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 versions1 parent1282905 commit928e05d
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9041 | 9041 |
| |
9042 | 9042 |
| |
9043 | 9043 |
| |
| 9044 | + | |
| 9045 | + | |
9044 | 9046 |
| |
9045 | 9047 |
| |
9046 | 9048 |
| |
|
0 commit comments
Comments
(0)