aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-02-19 17:57:07 +0000
committerBen Laurie <ben@links.org>2014-02-19 17:57:07 +0000
commitc0482547b3f44b37e050dabcac740e9763f9c6bb (patch)
treef106c9de94ecd2058fee18af6083d846a4eec607 /crypto/Makefile
parent765e9ba9112f897fd14d1a8ec0880b0d626c62ea (diff)
downloadopenssl-c0482547b3f44b37e050dabcac740e9763f9c6bb.tar.gz
Reverse export of o_time.h.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 146b414113..b253f504a6 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -44,8 +44,8 @@ LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \
SRC= $(LIBSRC)
EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
- ossl_typ.h o_time.h
-HEADER= cryptlib.h buildinf.h md32_common.h o_str.h o_dir.h $(EXHEADER)
+ ossl_typ.h
+HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)