CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/02/24 12:19:32
Modified files: lib/libc/crypt : cryptutil.c Log message: Set errno to EINVAL, instead of letting ERANGE escape out. Printing strerror() in that case will say result too large, even if rounds is actually too small. invalid is less specific, but less incorrect. ok millert