mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 10:59:16 +00:00
Fix BCrypt Checkstyle
Issue: gh-3320
This commit is contained in:
parent
388a7b62b9
commit
f56f55dc8e
@ -687,7 +687,7 @@ public class BCrypt {
|
||||
* @return an array containing the binary hashed password
|
||||
*/
|
||||
private byte[] crypt_raw(byte password[], byte salt[], int log_rounds,
|
||||
boolean sign_ext_bug, int safety) {
|
||||
boolean sign_ext_bug, int safety) {
|
||||
int rounds, i, j;
|
||||
int cdata[] = bf_crypt_ciphertext.clone();
|
||||
int clen = cdata.length;
|
||||
|
Loading…
x
Reference in New Issue
Block a user