Browse Source

Update test for bug #74159

pull/2401/head
Aaron Piotrowski 10 years ago
parent
commit
ff8a6b1232
  1. 2
      ext/openssl/tests/bug74159.phpt

2
ext/openssl/tests/bug74159.phpt

@ -76,7 +76,7 @@ $clientCode = <<<'CODE'
$fp = stream_socket_client($serverUri, $errno, $errstr, 1, $clientFlags, $clientCtx);
stream_set_blocking($fp, false);
while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_ANY_CLIENT)));
while (0 === ($n = stream_socket_enable_crypto($fp, true, STREAM_CRYPTO_METHOD_TLSv1_2_CLIENT)));
$data = str_repeat("a", 0xfffff);
$written = 0;

Loading…
Cancel
Save