UI_string_types

Synopsis

Declared in <openssl/ui.h>

enum UI_string_types;

Members

NameDescription
UIT_NONE Unset or invalid UI_STRING type.
UIT_PROMPT Unset or invalid UI_STRING type.
UIT_VERIFY Unset or invalid UI_STRING type.
UIT_BOOLEAN Unset or invalid UI_STRING type.
UIT_INFO Unset or invalid UI_STRING type.
UIT_ERROR Unset or invalid UI_STRING type.

Non-Member Functions

NameDescription
UI_get_string_typeReturn which kind of UI prompt or message a UI_STRING represents.