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:
1bc7451
)
Fixup READLINE case
author
Richard Levitte
<levitte@openssl.org>
Fri, 20 May 2016 08:13:14 +0000
(10:13 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 20 May 2016 12:22:49 +0000
(14:22 +0200)
RT#4543
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
apps/openssl.c
patch
|
blob
|
history
diff --git
a/apps/openssl.c
b/apps/openssl.c
index 978790e04b8da95027cdf01a1d355fb0be041ab3..e55401036ca04fbc49d9a7482788f288c45b57a6 100644
(file)
--- a/
apps/openssl.c
+++ b/
apps/openssl.c
@@
-204,7
+204,7
@@
int main(int argc, char *argv[])
extern void add_history(const char *cp);
char *text;
-
char *
text = readline(prompt);
+ text = readline(prompt);
if (text == NULL)
goto end;
i = strlen(text);