Correct a misleading comment.
authorRichard Levitte <levitte@openssl.org>
Mon, 13 Jan 2003 14:53:43 +0000 (14:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 13 Jan 2003 14:53:43 +0000 (14:53 +0000)
PR: 456

crypto/ui/ui_lib.c

index 1dad878ff6d8d6fb076082ee86da6c68ee795891..13e5f20dcb2a1303e330d12b13618a6472e5f18e 100644 (file)
@@ -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)