From: Tim Hudson Date: Thu, 25 Sep 2014 06:04:35 +0000 (+0200) Subject: Add constant_time_locl.h to HEADERS, X-Git-Tag: master-post-reformat~332 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=c6e9b39ce83ce3e096e5befd01aaf8c5c2717980 Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte Conflicts: crypto/Makefile --- 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)