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-17 14:04:08 +0200
commite369af36001dfb145fb619afae79c605014b5bd8 (patch)
tree8b8becd060977cefcf5348334de7015e8434598a
parent15b7f5bf883bc3d96f855a6524612b46454671c7 (diff)
Add constant_time_locl.h to HEADERS,
so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit e2e5326e5b068411999f62b4ba67835d64764ca5)
-rw-r--r--crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index c1eb620672..6eb8f9101d 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -41,7 +41,8 @@ SRC= $(LIBSRC)
EXHEADER= crypto.h tmdiff.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)