aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile.ssl
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2001-08-05 18:02:16 +0000
committerBen Laurie <ben@openssl.org>2001-08-05 18:02:16 +0000
commitd66ace9da50de58a17e7ca7eeec8ca6f5a6be189 (patch)
tree7ef2d2fe493c6692dcb4828d6b752abe8b45f6ce /crypto/Makefile.ssl
parentdb7535711049fcfdc71145029b0efc775fa17a5a (diff)
downloadopenssl-d66ace9da50de58a17e7ca7eeec8ca6f5a6be189.tar.gz
Start to reduce some of the header bloat.
Diffstat (limited to 'crypto/Makefile.ssl')
-rw-r--r--crypto/Makefile.ssl3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile.ssl b/crypto/Makefile.ssl
index 8e682e0afb..3e3f5ebaab 100644
--- a/crypto/Makefile.ssl
+++ b/crypto/Makefile.ssl
@@ -40,7 +40,8 @@ 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 symhacks.h
+EXHEADER= crypto.h tmdiff.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
+ types.h
HEADER= cryptlib.h buildinf.h md32_common.h o_time.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)