forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite76fbcf
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 parent0b2e77c commite76fbcf
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8312 | 8312 |
| |
8313 | 8313 |
| |
8314 | 8314 |
| |
| 8315 | + | |
| 8316 | + | |
8315 | 8317 |
| |
8316 | 8318 |
| |
8317 | 8319 |
| |
|
0 commit comments
Comments
(0)