Skip to content
Snippets Groups Projects
Commit f9fac616 authored by Tim Hudson's avatar Tim Hudson Committed by Richard Levitte
Browse files

Add constant_time_locl.h to HEADERS,

so the Win32 compile picks it up correctly.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent ef8055cb
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment