summaryrefslogtreecommitdiffstats
path: root/crypto/ui
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-01-13 14:53:43 +0000
committerRichard Levitte <levitte@openssl.org>2003-01-13 14:53:43 +0000
commit0535d3b25f987083216784b7e4489a349cb128e2 (patch)
tree5ae512171299d3807d1a9a6c28cae19c2a1f02a6 /crypto/ui
parent62be0031501e6e985b511a430bc857eb94bbc281 (diff)
Correct a misleading comment.
PR: 456
Diffstat (limited to 'crypto/ui')
-rw-r--r--crypto/ui/ui_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c
index 1dad878ff6..13e5f20dcb 100644
--- a/crypto/ui/ui_lib.c
+++ b/crypto/ui/ui_lib.c
@@ -237,7 +237,7 @@ static int general_allocate_boolean(UI *ui,
return ret;
}
-/* Returns the index to the place in the stack or 0 for error. Uses a
+/* Returns the index to the place in the stack or -1 for error. Uses a
direct reference to the prompt. */
int UI_add_input_string(UI *ui, const char *prompt, int flags,
char *result_buf, int minsize, int maxsize)