]> granicus.if.org Git - postgresql/commitdiff
Remove now unused check for HAVE_X509_GET_SIGNATURE_NID in test.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 5 Aug 2018 14:16:12 +0000 (17:16 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Sun, 5 Aug 2018 14:16:12 +0000 (17:16 +0300)
I removed the code that used this in the previous commit.

Spotted by Michael Paquier.

src/test/ssl/t/002_scram.pl

index 01f35265bfca713729336a751df4007569ff2723..b460a7fa8ae5aa4f314c702fa376696819a797d1 100644 (file)
@@ -18,10 +18,6 @@ my $number_of_tests = 1;
 # This is the hostname used to connect to the server.
 my $SERVERHOSTADDR = '127.0.0.1';
 
-# Determine whether build supports tls-server-end-point.
-my $supports_tls_server_end_point =
-  check_pg_config("#define HAVE_X509_GET_SIGNATURE_NID 1");
-
 # Allocation of base connection string shared among multiple tests.
 my $common_connstr;