CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/12/22 19:20:28
Modified files: lib/libcrypto/ui: ui_compat.h ui_util.c Log message: Remove compatibility "glue" for des_read_pw{_string}() Nothing can be actually using these as the symbols are not exported from libcrypto... hopefully ui_compat.h can also go away entirely. ok tb@