Add constant_time_locl.h to HEADERS,
authorTim Hudson <tjh@openssl.org>
Thu, 25 Sep 2014 06:04:35 +0000 (08:04 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2014 08:49:51 +0000 (10:49 +0200)
so the Win32 compile picks it up correctly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/Makefile

index 27b642be57a8df75fa57b6d0805433adda12c93b..ee5bfbda82bcecfefb2d399916973d673481a363 100644 (file)
@@ -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)