Go over all OpenSSL return values and make sure we compare them
authorMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:55 +0000 (15:06 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:55 +0000 (15:06 +0000)
commit3364386166f4d7b926d12d7b51645e9c7a3a1c7e
tree9cb6b2af768c19f4480ac646267f745509db39c2
parent7b4460885f2f651e36099124852aa6c1a9f66f5b
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.
src/backend/libpq/be-secure.c
src/interfaces/libpq/fe-secure.c