summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Hudson <tjh@openssl.org>2014-09-25 08:04:35 +0200
committerRichard Levitte <levitte@openssl.org>2014-10-15 10:49:51 +0200
commite2e5326e5b068411999f62b4ba67835d64764ca5 (patch)
treee679ff6ae9221dfd5a387b705eb48d753ca1a149
parent592c6e1191eeffbfedbcd373fa74c70309e2e8ad (diff)
Add constant_time_locl.h to HEADERS,
so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 27b642be57..ee5bfbda82 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -44,7 +44,8 @@ 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_time.h o_str.h o_dir.h \
+ constant_time_locl.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)