summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2014-02-19 18:02:04 +0000
committerBen Laurie <ben@links.org>2014-02-19 18:02:04 +0000
commitff49a944392985510c15f06a342af9d991b8f11f (patch)
tree719127bee85ea7822113e2abffeb6457c5d0fbb1 /crypto/Makefile
parente91fb53b38a75953a693fadbc09177245bc7a05d (diff)
Move gmtime functions to crypto.h.
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index b253f504a6..77b3921362 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -45,7 +45,7 @@ SRC= $(LIBSRC)
EXHEADER= crypto.h opensslv.h opensslconf.h ebcdic.h symhacks.h \
ossl_typ.h
-HEADER= cryptlib.h buildinf.h md32_common.h o_time.h o_str.h o_dir.h $(EXHEADER)
+HEADER= cryptlib.h buildinf.h md32_common.h o_str.h o_dir.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)