UI_CTRL_PRINT_ERRORS

Use UI_CONTROL_PRINT_ERRORS with the value 1 to have UI_process print the OpenSSL error stack before printing any info or added error messages and before any prompting.

extern (C) nothrow @nogc
enum UI_CTRL_PRINT_ERRORS = 1;

Meta