From: Tim Hudson Date: Thu, 25 Sep 2014 06:04:35 +0000 (+0200) Subject: Add constant_time_locl.h to HEADERS, X-Git-Tag: OpenSSL_0_9_8zd~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e369af36001dfb145fb619afae79c605014b5bd8;p=openssl Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte (cherry picked from commit e2e5326e5b068411999f62b4ba67835d64764ca5) --- 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)