Skip to content

Commit

Permalink
Fix BCrypt Checkstyle
Browse files Browse the repository at this point in the history
Issue: gh-3320
  • Loading branch information
rwinch committed Oct 22, 2018
1 parent 388a7b6 commit f56f55d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ static long roundsForLogRounds(int log_rounds) {
* @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;
Expand Down

0 comments on commit f56f55d

Please sign in to comment.