Typo.
[openssl.git] / crypto / bio / bss_log.c
index c4e991bccae6fc52b76572ccf4567bd1db7f6be0..db82e757e7a5ef0e5fe4a872679eff34315e8a68 100644 (file)
@@ -68,7 +68,7 @@
 
 #ifndef WIN32
 #ifdef __ultrix
-#include <sys/sylog.h>
+#include <sys/syslog.h>
 #else
 #include <syslog.h>
 #endif
 #ifndef NO_SYSLOG
 
 
-#ifndef NOPROTO
 static int MS_CALLBACK slg_write(BIO *h,char *buf,int num);
 static int MS_CALLBACK slg_puts(BIO *h,char *str);
 static long MS_CALLBACK slg_ctrl(BIO *h,int cmd,long arg1,char *arg2);
 static int MS_CALLBACK slg_new(BIO *h);
 static int MS_CALLBACK slg_free(BIO *data);
-#else
-static int MS_CALLBACK slg_write();
-static int MS_CALLBACK slg_puts();
-static long MS_CALLBACK slg_ctrl();
-static int MS_CALLBACK slg_new();
-static int MS_CALLBACK slg_free();
-#endif
-
 static int xopenlog(BIO* bp, const char* name, int level);
 static int xcloselog(BIO* bp);