Loading crypto/bio/bss_log.c +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ static void xcloselog(BIO* bp) static void xopenlog(BIO* bp, const char* name, int level) { openlog(name, LOG_PID|LOG_CONS, level); openlog((char *)name, LOG_PID|LOG_CONS, level); } static void xsyslog(BIO *bp, int priority, const char *string) Loading Loading
crypto/bio/bss_log.c +1 −1 Original line number Diff line number Diff line Loading @@ -350,7 +350,7 @@ static void xcloselog(BIO* bp) static void xopenlog(BIO* bp, const char* name, int level) { openlog(name, LOG_PID|LOG_CONS, level); openlog((char *)name, LOG_PID|LOG_CONS, level); } static void xsyslog(BIO *bp, int priority, const char *string) Loading