From: Richard Levitte Date: Mon, 13 Jan 2003 14:53:46 +0000 (+0000) Subject: Correct a misleading comment. X-Git-Tag: OpenSSL_0_9_7a~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=256c5769b403b1f168754059cf5e395387c9fcbd;p=openssl Correct a misleading comment. PR: 456 --- 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)