From ef40a25724861320aa5bd3e2a90471513b7ae327 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 1 Jul 2017 18:28:50 +0200 Subject: Correct documentation for UI_get0_result_string Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/3824) --- doc/crypto/UI_STRING.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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 type UI strings, NULL for any other type. -UI_get0_result_string() returns the UI string action description -string for B and B type UI strings, NULL for -any other type. +UI_get0_result_string() returns the UI string result buffer for +B and B type UI strings, NULL for any other +type. UI_get0_test_string() returns the UI string action description string for B type UI strings, NULL for any other type. -- cgit v1.2.3