X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fclient012.phpt;h=306f26eb9d3101c52e7538b1b44d220e4b85374d;hp=8db3afcc2c3807fcfcd80c25b4ef85e4bae432d5;hb=1eaeb2c133a2e47327fe6cd6282db2a02527e57a;hpb=8a3ddf26349337c2c42dc2716bb4b3e93bded96c diff --git a/tests/client012.phpt b/tests/client012.phpt index 8db3afc..306f26e 100644 --- a/tests/client012.phpt +++ b/tests/client012.phpt @@ -26,7 +26,7 @@ $client->send(); $ti = (array) $client->getTransferInfo($req); var_dump(array_key_exists("ssl_engines", $ti)); -var_dump(0 < count($ti["ssl_engines"])); +var_dump(0 < count($ti["ssl_engines"] || $ti["tls_session"]["backend"] != "openssl")); ?> Done --EXPECTF--