summaryrefslogtreecommitdiffstats
path: root/crypto/Makefile
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 17:00:06 +0200
commitc6e9b39ce83ce3e096e5befd01aaf8c5c2717980 (patch)
treec91eebd9ea1a2911e7a6ce1ef07c5cd9da4ac3a5 /crypto/Makefile
parent7f09a8773bc609e65fd3073117058b7087ff609f (diff)
Add constant_time_locl.h to HEADERS,
so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org> Conflicts: crypto/Makefile
Diffstat (limited to 'crypto/Makefile')
-rw-r--r--crypto/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/Makefile b/crypto/Makefile
index d66873996c..526628a408 100644
--- a/crypto/Makefile
+++ b/crypto/Makefile
@@ -46,7 +46,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_str.h o_dir.h $(EXHEADER)
+HEADER= cryptlib.h buildinf.h md32_common.h o_str.h o_dir.h \
+ constant_time_locl.h $(EXHEADER)
ALL= $(GENERAL) $(SRC) $(HEADER)