Go over all OpenSSL return values and make sure we compare them
Magnus Hagander <magnus@hagander.net>
Go over all OpenSSL return values and make sure we compare them to the documented API value. The previous code got it right as it's implemented, but accepted too much/too little compared to the API documentation. Per comment from Zdenek Kotala.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/libpq/be-secure.c | modified | +8 −8 |
| src/interfaces/libpq/fe-secure.c | modified | +4 −4 |