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:43 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:44:43 +0000 (22:44 +0000)
commit17e048603c6efc1b74783d7e79e930498c3c37a2
treea3ec46ed0e15e2fc8d0c2a1816f3d7a7a3188ed7
parent988e59f452fbeed5fd1bef73b4cbcdea356cad96
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