1. Drop support for no minor. This variant doesn't exist anymore.
authortedu <tedu@openbsd.org>
Sat, 3 May 2014 16:33:35 +0000 (16:33 +0000)
committertedu <tedu@openbsd.org>
Sat, 3 May 2014 16:33:35 +0000 (16:33 +0000)
commit2c4c53c98140fdd8c359c25a402125528aed655c
tree02d6871e56fadd1e67c13a0a5014317b803c4953
parent7fa856e8fa61cbd2a03170600b270a265d9f5312
1. Drop support for no minor. This variant doesn't exist anymore.
2. Pull up the actual minor processing code into the switch that
parses it.
3. atoi is actually simpler than strtonum in this case, but check the
input beforehand so we don't get unexpected results.
4. Slightly more consistent style between various parse and check and
increment operations on salt.
ok deraadt
lib/libc/crypt/bcrypt.c