summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_log.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bio/bss_log.c')
-rw-r--r--crypto/bio/bss_log.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index cb2779855b..4ec76fa742 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -62,6 +62,8 @@
*/
+#if !defined(WIN32) || defined(WINNT)
+
#include <stdio.h>
#include <errno.h>
@@ -242,3 +244,4 @@ static int xcloselog(BIO* bp)
return(1);
}
+#endif