]> granicus.if.org Git - postgresql/commit - src/interfaces/libpq/fe-secure.c
Go over all OpenSSL return values and make sure we compare them
authorMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:47 +0000 (15:06 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 28 Jan 2009 15:06:47 +0000 (15:06 +0000)
commit16c46d5d7a98c5478737a120cfd44bd358a54e9e
treed3925a8f7fc4d01e98db6217960a29a3d57ea1e6
parent1ab7dc063083b44548670184e2736f9bc0ba7813
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