Skip to content

Commit 0cafc91

Browse files
committed
Remove support for libssh2 in curl
1 parent e98941e commit 0cafc91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_2_extensions.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@
8989
'curl-openssl-certificates-location' => openssl_get_cert_locations()['default_cert_file'] === '/etc/pki/tls/cert.pem',
9090
// Check the file in previous Bref versions is still here (would be a breaking change)
9191
'curl-openssl-certificates-backwards-compatibility' => file_exists('/opt/bref/ssl/cert.pem'),
92-
// Make sure we are using curl with our compiled libssh
93-
'curl-libssh' => version_compare(str_replace('libssh2/', '', curl_version()['libssh_version']), '1.10.0', '>='),
9492
'openssl' => (function() {
9593
$private_key = openssl_pkey_new(['private_key_bits' => 2048]);
9694
if ($private_key === false) {

0 commit comments

Comments
 (0)