Go over all OpenSSL return values and make sure we compare them
authorMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:57 +0000 (15:06 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:57 +0000 (15:06 +0000)
commit20632d57f1b3476668e1bf6a4667b9533949d9f4
tree5a78f0bcc95e51984695d20150ffa6bdf4a60080
parent5b82d268e4406cb0581bfe0c9fa8e39dd35142c4
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