From 06c684912465497b3feff3e2327680b46b552be7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 3 Mar 1999 02:01:26 +0000 Subject: Fix the Win32 compile environment and add various changes so it will now compile under Win32 (9X and NT) again. Note: some signed/unsigned changes recently checked in were killing the Win32 compile. --- crypto/bio/bss_log.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crypto/bio/bss_log.c') 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 #include @@ -242,3 +244,4 @@ static int xcloselog(BIO* bp) return(1); } +#endif -- cgit v1.2.3