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