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:
b70dcdf
)
NO_SYSLOG is defined for MSDOS anyway. just don't include the Unix
author
Ulf Möller
<ulf@openssl.org>
Fri, 10 Mar 2000 23:45:51 +0000
(23:45 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 10 Mar 2000 23:45:51 +0000
(23:45 +0000)
header...
crypto/bio/bss_log.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_log.c
b/crypto/bio/bss_log.c
index 8d08f86c2724b99d23c300062769265eb527cd46..50863fb9b212393d2e5bc143544a58576a3e537f 100644
(file)
--- a/
crypto/bio/bss_log.c
+++ b/
crypto/bio/bss_log.c
@@
-68,14
+68,12
@@
#if defined(WIN32)
# include <process.h>
-#elif defined (MSDOS)
-# define NO_SYSLOG
#elif defined(VMS) || defined(__VMS)
# include <opcdef.h>
# include <descrip.h>
#elif defined(__ultrix)
# include <sys/syslog.h>
-#el
se
+#el
if !defined(MSDOS) /* Unix */
# include <syslog.h>
#endif