diff --git a/common.h b/common.h index e9c8c68..259ff7a 100644 --- a/common.h +++ b/common.h @@ -37,7 +37,7 @@ static void __attribute__((unused)) free_string(char **ptr) { } static void psslerror(char *str) { - fprintf(stderr, str); + fprintf(stderr, "%s\n", str); ERR_print_errors_fp(stderr); }