]> git.ipfire.org Git - thirdparty/postgresql.git/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:44:50 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:44:50 +0000 (22:44 +0000)
commitf939bdcafe03b1b34c48bb88241fff0dca0dec50
treef5f976503fcf6bd9ef21dc68f69e3992adde9709
parente9c56ce5e9a11571f760823afb26bee0569fee0f
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