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_1_0_1j~9 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2e5326e5b068411999f62b4ba67835d64764ca5;p=oweals%2Fopenssl.git Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte --- diff --git a/crypto/Makefile b/crypto/Makefile index 27b642be57..ee5bfbda82 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -44,7 +44,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)