]> granicus.if.org Git - postgresql/commit
Fix the sense of the test on DH_check()'s return value. This was preventing
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:45:06 +0000 (22:45 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:45:06 +0000 (22:45 +0000)
commit506747337bc94a0f063cf36500e6cf5bc204c5be
tree02e642985fbab619fa0d673b0d3cf14ef11f9d9a
parent76dc24091f6a96104f264cc33779511185a05883
Fix the sense of the test on DH_check()'s return value.  This was preventing
custom-generated DH parameters from actually being used by the server.
Found by Michael Fuhr.
src/backend/libpq/be-secure.c