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>
Fri, 17 Oct 2014 12:04:08 +0000 (14:04 +0200)
so the Win32 compile picks it up correctly.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(cherry picked from commit e2e5326e5b068411999f62b4ba67835d64764ca5)

crypto/Makefile

index c1eb620672f212c2fe8cf55e1484861d8c38794b..6eb8f9101d852435974a5e36e86e2ac6e8da3af4 100644 (file)
@@ -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)