From 6c0a33f2dc9b3580b4bf3d10d13eda81eaa43e2a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 24 Feb 2020 11:59:46 +0100 Subject: [PATCH] Add skipif for argon2id in test If argon2i is provided by libargon, then argon2id may not be available here. --- ext/sodium/tests/bug78516.phpt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/sodium/tests/bug78516.phpt b/ext/sodium/tests/bug78516.phpt index 524b233518..0347d33273 100644 --- a/ext/sodium/tests/bug78516.phpt +++ b/ext/sodium/tests/bug78516.phpt @@ -3,6 +3,7 @@ Bug #78516 (password_hash(): Memory cost is not in allowed range) --SKIPIF-- --FILE--