From 71b4d8971b433df55d3112ca5f67f9e0a5f0667f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Mon, 20 Mar 2000 13:40:16 +0000 Subject: [PATCH] Problems with the Windows build. --- crypto/Makefile.ssl | 2 +- e_os.h | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl index cd41e12eba..eb022e46aa 100644 --- a/crypto/Makefile.ssl +++ b/crypto/Makefile.ssl @@ -40,7 +40,7 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdi SRC= $(LIBSRC) EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h -HEADER= cryptlib.h buildinf.h $(EXHEADER) +HEADER= cryptlib.h buildinf.h md32_common.h $(EXHEADER) ALL= $(GENERAL) $(SRC) $(HEADER) diff --git a/e_os.h b/e_os.h index f5bcceb8ac..8c8fb94e2c 100644 --- a/e_os.h +++ b/e_os.h @@ -194,9 +194,7 @@ extern "C" { # include # include -# ifdef __MINGW32__ -# define ssize_t long -# endif +# define ssize_t long # if defined (__BORLANDC__) # define _setmode setmode -- 2.34.1