forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite9884e9
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 parentae85fb8 commite9884e9
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8692 | 8692 |
| |
8693 | 8693 |
| |
8694 | 8694 |
| |
| 8695 | + | |
| 8696 | + | |
8695 | 8697 |
| |
8696 | 8698 |
| |
8697 | 8699 |
| |
|
0 commit comments
Comments
(0)