CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/24 13:31:01
Modified files:
lib/libcrypto/ui: ui_lib.c
Log message:
Error out if ok_chars and cancel_chars overlap
It is a bit silly to push an error on the stack without erroring out,
so error out if the ok_chars and cancel_chars overlap.
ok jsing
