MIN_LENGTH
i = EVP_read_pw_string_min(buf, MIN_LENGTH, num, prompt, w);
if (l < MIN_LENGTH) {
(size_t)MIN_LENGTH);