CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/24 01:50:23
Modified files:
lib/libcrypto/ui: ui_util.c
Log message:
Neuter the completely broken UI_UTIL_read_pw* API
Return 0 on success, return <= 0 on failure. Sigh. In particular, if an
allocation failed, the password that no one entered was considered valid.
ok jsing
