mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-20 13:29:41 +00:00
Correct documentation for UI_get0_result_string
Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3824)
This commit is contained in:
parent
6650db7309
commit
ef40a25724
@ -99,9 +99,9 @@ UI_get0_output_string() returns the UI string output string.
|
|||||||
UI_get0_action_string() returns the UI string action description
|
UI_get0_action_string() returns the UI string action description
|
||||||
string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
|
string for B<UIT_BOOLEAN> type UI strings, NULL for any other type.
|
||||||
|
|
||||||
UI_get0_result_string() returns the UI string action description
|
UI_get0_result_string() returns the UI string result buffer for
|
||||||
string for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for
|
B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other
|
||||||
any other type.
|
type.
|
||||||
|
|
||||||
UI_get0_test_string() returns the UI string action description
|
UI_get0_test_string() returns the UI string action description
|
||||||
string for B<UIT_VERIFY> type UI strings, NULL for any other type.
|
string for B<UIT_VERIFY> type UI strings, NULL for any other type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user