Typo.
authorUlf Möller <ulf@openssl.org>
Tue, 27 Apr 1999 21:27:04 +0000 (21:27 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 27 Apr 1999 21:27:04 +0000 (21:27 +0000)
Pointed out by Nick Boyce <nick.boyce@eds.com>.

crypto/bio/bss_log.c

index 53ad7aa88ee85f3e67d5db4b429f78bd967a2573..db82e757e7a5ef0e5fe4a872679eff34315e8a68 100644 (file)
@@ -68,7 +68,7 @@
 
 #ifndef WIN32
 #ifdef __ultrix
-#include <sys/sylog.h>
+#include <sys/syslog.h>
 #else
 #include <syslog.h>
 #endif