pgsql: Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
Date: 2018-08-05 14:18:10
Message-ID: E1fmJrG-0007b0-6P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.

I removed the code that used this in the previous commit.

Spotted by Michael Paquier.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a2441558a66669744cfeb03b921e915ce59283ce

Modified Files
--------------
src/test/ssl/t/002_scram.pl | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-08-05 17:04:56 pgsql: Doc: fix incorrectly stated argument list for pgcrypto's hmac()
Previous Message Heikki Linnakangas 2018-08-05 10:59:12 pgsql: Remove support for tls-unique channel binding.