Skip to content

Commit

Permalink
Problems with the Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulf Möller committed Mar 20, 2000
1 parent 88220dc commit 71b4d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crypto/Makefile.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 1 addition & 3 deletions e_os.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ extern "C" {
# include <io.h>
# include <fcntl.h>

# ifdef __MINGW32__
# define ssize_t long
# endif
# define ssize_t long

# if defined (__BORLANDC__)
# define _setmode setmode
Expand Down

0 comments on commit 71b4d89

Please sign in to comment.