]> 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:44:36 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:44:36 +0000 (22:44 +0000)
commit91d568e9bbcd2c60e6ca36b2e5ef5404dfec62f8
tree5a77cb75f19984f7f0b15f57adf790850a204a9f
parent2246e31775b93fbeaf93dfc356dff62973784ee2
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