Loading apps/openssl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -204,7 +204,7 @@ int main(int argc, char *argv[]) extern void add_history(const char *cp); extern void add_history(const char *cp); char *text; char *text; char *text = readline(prompt); text = readline(prompt); if (text == NULL) if (text == NULL) goto end; goto end; i = strlen(text); i = strlen(text); Loading Loading
apps/openssl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -204,7 +204,7 @@ int main(int argc, char *argv[]) extern void add_history(const char *cp); extern void add_history(const char *cp); char *text; char *text; char *text = readline(prompt); text = readline(prompt); if (text == NULL) if (text == NULL) goto end; goto end; i = strlen(text); i = strlen(text); Loading