aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2018-08-05 17:16:12 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2018-08-05 17:17:15 +0300
commita2441558a66669744cfeb03b921e915ce59283ce (patch)
tree67225cc79c9659910dfdbc2eeda0e302287c5fe8
parent1b7378b3d6894466d6b38bf93c7fe11ef7449226 (diff)
downloadpostgresql-a2441558a66669744cfeb03b921e915ce59283ce.tar.gz
postgresql-a2441558a66669744cfeb03b921e915ce59283ce.zip
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.
-rw-r--r--src/test/ssl/t/002_scram.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ssl/t/002_scram.pl b/src/test/ssl/t/002_scram.pl
index 01f35265bfc..b460a7fa8ae 100644
--- a/src/test/ssl/t/002_scram.pl
+++ b/src/test/ssl/t/002_scram.pl
@@ -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;