]> granicus.if.org Git - postgresql/commit
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)
commit53759b01ff8746917e6e185de8601154be14c03b
tree8bd5dd145cfbe90d522fecdba9f169b6a0e1abc9
parent74f933a648bf7939799898030bb774059e6e591b
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