Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 1289f7a

Browse files
committed
Merge branch '3.4' into 4.2
* 3.4: [FrameworkBundle] Fix calling Client::getProfile() before sending a request Fix type error [Security/Core] Don't use ParagonIE_Sodium_Compat collect called listeners information only once add test to avoid regressions fix typos Turkish translation added to Form Component
2 parents fb62dca + e527570 commit 1289f7a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Core/Encoder/Argon2iPasswordEncoder.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ public static function isSupported()
4747
return true;
4848
}
4949

50-
if (class_exists('ParagonIE_Sodium_Compat') && method_exists('ParagonIE_Sodium_Compat', 'crypto_pwhash_is_available')) {
51-
return \ParagonIE_Sodium_Compat::crypto_pwhash_is_available();
52-
}
53-
5450
return \function_exists('sodium_crypto_pwhash_str') || \extension_loaded('libsodium');
5551
}
5652

0 commit comments

Comments
 (0)