CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2015/09/13 06:42:39

Modified files:
        lib/libc/crypt : bcrypt.c 

Log message:
The number of rounds is just two digits in the salt.  We've already
verified that they are there via isdigit() so we can convert from
ASCII to an int without using atoi().  OK guenther@ deraadt@

Reply via email to