From f9fac6163e4cffca193fc67569069fbce59c587a Mon Sep 17 00:00:00 2001 From: Tim Hudson Date: Thu, 25 Sep 2014 08:04:35 +0200 Subject: [PATCH] Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte --- crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/Makefile b/crypto/Makefile index 6167b7d568..e340afb276 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) -- 2.25.1