Skip to content

Commit 6b9eb50

Browse files
committed
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.
1 parent 7729113 commit 6b9eb50

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
# This is the hostname used to connect to the server.
1919
my $SERVERHOSTADDR = '127.0.0.1';
2020

21-
# Determine whether build supports tls-server-end-point.
22-
my $supports_tls_server_end_point =
23-
check_pg_config("#define HAVE_X509_GET_SIGNATURE_NID 1");
24-
2521
# Allocation of base connection string shared among multiple tests.
2622
my $common_connstr;
2723

0 commit comments

Comments
 (0)