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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        be-secure.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c.diff?r1=1.69&r2=1.70)