projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bfd0bf
)
Add constant_time_locl.h to HEADERS,
author
Tim Hudson
<tjh@openssl.org>
Thu, 25 Sep 2014 06:04:35 +0000
(08:04 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 15 Oct 2014 09:32:17 +0000
(11:32 +0200)
so the Win32 compile picks it up correctly.
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/Makefile
patch
|
blob
|
history
diff --git
a/crypto/Makefile
b/crypto/Makefile
index 3f46a41d57b51689b61a621ea8de96ad5d94571b..b2e85df1db9b7c85b7583e2ac55932c1dbd5b6dd 100644
(file)
--- a/
crypto/Makefile
+++ b/
crypto/Makefile
@@
-42,7
+42,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)