projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62be003
)
Correct a misleading comment.
author
Richard Levitte
<levitte@openssl.org>
Mon, 13 Jan 2003 14:53:43 +0000
(14:53 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 13 Jan 2003 14:53:43 +0000
(14:53 +0000)
PR: 456
crypto/ui/ui_lib.c
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_lib.c
b/crypto/ui/ui_lib.c
index 1dad878ff6d8d6fb076082ee86da6c68ee795891..13e5f20dcb2a1303e330d12b13618a6472e5f18e 100644
(file)
--- 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)