From c6e9b39ce83ce3e096e5befd01aaf8c5c2717980 Mon Sep 17 00:00:00 2001 From: Tim Hudson Date: Thu, 25 Sep 2014 08:04:35 +0200 Subject: Add constant_time_locl.h to HEADERS, so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte Conflicts: crypto/Makefile --- crypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '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) -- cgit v1.2.3