summaryrefslogtreecommitdiffstats
path: root/crypto
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 11:32:17 +0200
commitc8dd7190958877a2d9617e4add466cdbeb8605f4 (patch)
treed776607b1673850f26967fd1a5e4dc5b7eba45fd /crypto
parent0bfd0bff170f3ddd80d29cd622cb47574862ce27 (diff)
Add constant_time_locl.h to HEADERS,
so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index 3f46a41d57..b2e85df1db 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -42,7 +42,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)