8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7378b commit a244155Copy full SHA for a244155
src/test/ssl/t/002_scram.pl
@@ -18,10 +18,6 @@
18
# This is the hostname used to connect to the server.
19
my $SERVERHOSTADDR = '127.0.0.1';
20
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
-
25
# Allocation of base connection string shared among multiple tests.
26
my $common_connstr;
27
0 commit comments