Skip to content

Commit 9c3dd3b

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 1e40226 + cfa9056 commit 9c3dd3b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)