aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/Makefile
diff options
context:
space:
mode:
authorMike DePaulo <mikedep333@gmail.com>2014-10-18 19:59:47 -0400
committerMike DePaulo <mikedep333@gmail.com>2014-10-18 20:57:02 -0400
commit8aa7b05b29941b07940857ff6f60bcc60eaa59a9 (patch)
treeacf3d988cfbd1977723f93285bda5152d096b92e /openssl/crypto/Makefile
parentd2d01e39531d9fb823b2271244c324aad0a6575d (diff)
downloadvcxsrv-8aa7b05b29941b07940857ff6f60bcc60eaa59a9.tar.gz
vcxsrv-8aa7b05b29941b07940857ff6f60bcc60eaa59a9.tar.bz2
vcxsrv-8aa7b05b29941b07940857ff6f60bcc60eaa59a9.zip
Update openssl to version openssl-1.0.1j
Conflicts: openssl/Makefile openssl/crypto/opensslconf.h
Diffstat (limited to 'openssl/crypto/Makefile')
-rw-r--r--openssl/crypto/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/openssl/crypto/Makefile b/openssl/crypto/Makefile
index a90809b2b..ee5bfbda8 100644
--- a/openssl/crypto/Makefile
+++ b/openssl/crypto/Makefile
@@ -31,6 +31,7 @@ CPUID_OBJ=mem_clr.o
LIBS=
GENERAL=Makefile README crypto-lib.com install.com
+TEST=constant_time_test.c
LIB= $(TOP)/libcrypto.a
SHARED_LIB= libcrypto$(SHLIB_EXT)
@@ -43,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)