X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fetag001.phpt;h=b3a2a5347fbe4207dc2425604e578a8e88805e96;hb=1bcceb6d155dfed7e352f9559974527787d1ae97;hp=4a866814a7a5697ede701700f9aa6a1f39745781;hpb=d5de4f9eae86ae1dab0f8a906bf9543710ae124d;p=m6w6%2Fext-http diff --git a/tests/etag001.phpt b/tests/etag001.phpt index 4a86681..b3a2a53 100644 --- a/tests/etag001.phpt +++ b/tests/etag001.phpt @@ -11,6 +11,7 @@ version_compare(PHP_VERSION, "5.4.0", ">=") or die("skip PHP>=5.4 required"); $body = new http\Message\Body; $body->append("Hello, my old fellow."); foreach (hash_algos() as $algo) { + if ($algo == "gost-crypto") continue; ini_set("http.etag.mode", $algo); printf("%10s: %s\n", $algo,