summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-05-28 19:05:46 +0000
committerXin LI <delphij@FreeBSD.org>2014-05-28 19:05:46 +0000
commitb17674e79accdfa5a66c3224944b70fced9dce66 (patch)
tree0af2980d6a7820a3b36f1034b16dfeb0c720e839 /secure
parent578bfab591cd806e6d14f60842a5d3c947a9a396 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypt/crypt-blowfish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/crypt-blowfish.c b/secure/lib/libcrypt/crypt-blowfish.c
index bde091831a2e..eb034ef5e518 100644
--- a/secure/lib/libcrypt/crypt-blowfish.c
+++ b/secure/lib/libcrypt/crypt-blowfish.c
@@ -150,7 +150,7 @@ crypt_blowfish(const char *key, const char *salt)
char arounds[3];
/* Defaults */
- minr = 'a';
+ minr = 'b';
logr = BCRYPT_MINLOGROUNDS;
rounds = 1U << logr;