[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
Richard Levitte
levitte at openssl.org
Mon Jul 3 17:33:46 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via ef40a25724861320aa5bd3e2a90471513b7ae327 (commit)
from 6650db730960e5c5429e70db1b998c90228f44a1 (commit)
- Log -----------------------------------------------------------------
commit ef40a25724861320aa5bd3e2a90471513b7ae327
Author: Richard Levitte <levitte at openssl.org>
Date: Sat Jul 1 18:28:50 2017 +0200
Correct documentation for UI_get0_result_string
Reviewed-by: Ben Kaduk <kaduk at mit.edu>
(Merged from https://github.com/openssl/openssl/pull/3824)
-----------------------------------------------------------------------
Summary of changes:
doc/crypto/UI_STRING.pod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/crypto/UI_STRING.pod b/doc/crypto/UI_STRING.pod
index 12d5a40..340d9b2 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.
More information about the openssl-commits
mailing list