]> 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:58 +0000 (22:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 12 May 2006 22:44:58 +0000 (22:44 +0000)
commitc5c3d8c6dbd4eaa04daf471fce48a3ca06ae5dc1
tree9fc078234b231648184de8b0c38c293ddc44d6cf
parentd4ec87c2672a83ca6f257ee227b444b33da8454f
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