diff options
Diffstat (limited to 'src/test/ssl')
-rw-r--r-- | src/test/ssl/t/001_ssltests.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/ssl/t/001_ssltests.pl b/src/test/ssl/t/001_ssltests.pl index b8773270235..4bd868ff654 100644 --- a/src/test/ssl/t/001_ssltests.pl +++ b/src/test/ssl/t/001_ssltests.pl @@ -36,8 +36,7 @@ sub switch_server_cert } # Determine whether this build uses OpenSSL or LibreSSL. As a heuristic, the -# HAVE_SSL_CTX_SET_CERT_CB macro isn't defined for LibreSSL. (Nor for OpenSSL -# 1.0.1, but that's old enough that accommodating it isn't worth the cost.) +# HAVE_SSL_CTX_SET_CERT_CB macro isn't defined for LibreSSL. my $libressl = not check_pg_config("#define HAVE_SSL_CTX_SET_CERT_CB 1"); #### Some configuration |