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