diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index ceda7e934f7691b2ca3a824af4b02f9bed9edd38..7f30a5b0af768174c04f9f391f1f05f87004f153 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -724,9 +724,9 @@ const char *UI_get0_output_string(UI_STRING *uis) const char *UI_get0_action_string(UI_STRING *uis) { switch (uis->type) { - case UIT_PROMPT: case UIT_BOOLEAN: return uis->_.boolean_data.action_desc; + case UIT_PROMPT: case UIT_NONE: case UIT_VERIFY: case UIT_INFO: