CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/25 04:46:12
Modified files:
lib/libcrypto/ui: ui_lib.c
Log message:
Simplify call to ERR_print_errors_cb()
There is no reason for print_error()'s third argument to be a UI *.
It may just as well be a void * to match what ERR_print_errors_cb()
expects. This avoids casting the function pointer. Also, there's no
need for a (void *) cast.
ok jsing
