diff options
Diffstat (limited to 'src/lib/passhash/bcrypt/bcrypt.h')
-rw-r--r-- | src/lib/passhash/bcrypt/bcrypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/passhash/bcrypt/bcrypt.h b/src/lib/passhash/bcrypt/bcrypt.h index a460356d4..ccf3c04bb 100644 --- a/src/lib/passhash/bcrypt/bcrypt.h +++ b/src/lib/passhash/bcrypt/bcrypt.h @@ -22,7 +22,7 @@ namespace Botan { */ std::string BOTAN_DLL generate_bcrypt(const std::string& password, RandomNumberGenerator& rng, - u16bit work_factor = 10); + uint16_t work_factor = 10); /** * Check a previously created password hash |