projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd8a7b
)
Typo.
author
Ulf Möller
<ulf@openssl.org>
Tue, 27 Apr 1999 21:27:04 +0000
(21:27 +0000)
committer
Ulf 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
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_log.c
b/crypto/bio/bss_log.c
index 53ad7aa88ee85f3e67d5db4b429f78bd967a2573..db82e757e7a5ef0e5fe4a872679eff34315e8a68 100644
(file)
--- a/
crypto/bio/bss_log.c
+++ b/
crypto/bio/bss_log.c
@@
-68,7
+68,7
@@
#ifndef WIN32
#ifdef __ultrix
-#include <sys/sylog.h>
+#include <sys/sy
s
log.h>
#else
#include <syslog.h>
#endif