aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-20 13:40:16 +0000
committerUlf Möller <ulf@openssl.org>2000-03-20 13:40:16 +0000
commit71b4d8971b433df55d3112ca5f67f9e0a5f0667f (patch)
tree8dec19191e96c31decf09cfcb6cedd0975ed1410 /crypto/Makefile.ssl
parent88220dcb21ecef064dd52d075169d7c16cc822b5 (diff)
downloadopenssl-71b4d8971b433df55d3112ca5f67f9e0a5f0667f.tar.gz
Problems with the Windows build.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl2
1 files changed, 1 insertions, 1 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)