pgsql: Fix the sense of the test on DH_check()'s return value.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the sense of the test on DH_check()'s return value.
Date: 2006-05-12 22:45:06
Message-ID: 20060512224506.BDCC09FA42B@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL7_3_STABLE

Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.15.2.13 -> r1.15.2.14)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.15.2.13&r2=1.15.2.14)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2006-05-13 13:27:54 psqlodbc - psqlodbc: 1.
Previous Message Tom Lane 2006-05-12 22:44:58 pgsql: Fix the sense of the test on DH_check()'s return value.