Add constant_time_locl.h to HEADERS,
so the Win32 compile picks it up correctly. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
592c6e1191
commit
e2e5326e5b
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue