[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri May 20 12:22:52 UTC 2016
The branch master has been updated
via 72106aaab439eddc69df29aa328fb5eeb2086f84 (commit)
from 1bc74519a2a57ef8e67484ca92890fa94d3dd66f (commit)
- Log -----------------------------------------------------------------
commit 72106aaab439eddc69df29aa328fb5eeb2086f84
Author: Richard Levitte <levitte at openssl.org>
Date: Fri May 20 10:13:14 2016 +0200
Fixup READLINE case
RT#4543
Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Andy Polyakov <appro at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/openssl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/openssl.c b/apps/openssl.c
index 978790e..e554010 100644
--- 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);
More information about the openssl-commits
mailing list