From: Richard Levitte <levitte@openssl.org> Date: Sat, 1 Jul 2017 16:28:50 +0000 (+0200) Subject: Correct documentation for UI_get0_result_string X-Git-Tag: OpenSSL_1_1_0g~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef40a25724861320aa5bd3e2a90471513b7ae327;p=openssl Correct documentation for UI_get0_result_string Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/3824) --- diff --git a/doc/crypto/UI_STRING.pod b/doc/crypto/UI_STRING.pod index 12d5a40b3b..340d9b2ae2 100644 --- a/doc/crypto/UI_STRING.pod +++ b/doc/crypto/UI_STRING.pod @@ -99,9 +99,9 @@ UI_get0_output_string() returns the UI string output string. UI_get0_action_string() returns the UI string action description string for B<UIT_BOOLEAN> type UI strings, NULL for any other type. -UI_get0_result_string() returns the UI string action description -string for B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for -any other type. +UI_get0_result_string() returns the UI string result buffer for +B<UIT_PROMPT> and B<UIT_VERIFY> type UI strings, NULL for any other +type. UI_get0_test_string() returns the UI string action description string for B<UIT_VERIFY> type UI strings, NULL for any other type.