[openssl-commits] [openssl] master update
Matt Caswell
matt at openssl.org
Wed Mar 9 15:03:17 UTC 2016
The branch master has been updated
via 651edc0d19c301756aab80141202d2139682ba93 (commit)
from 635bd409b354a6444728bb4ddf07272cf58e1cc9 (commit)
- Log -----------------------------------------------------------------
commit 651edc0d19c301756aab80141202d2139682ba93
Author: Matt Caswell <matt at openssl.org>
Date: Wed Mar 9 14:58:42 2016 +0000
Fix classic build
The Thread API changes broke classic build. This fixes it.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/Makefile.in b/crypto/Makefile.in
index 1342600..9f26ef0 100644
--- a/crypto/Makefile.in
+++ b/crypto/Makefile.in
@@ -38,7 +38,7 @@ LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c cpt_err.c \
threads_pthread.c threads_win.c threads_none.c \
o_init.c o_fips.c mem_sec.c init.c
LIBOBJ= cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o \
- ebcdic.o uid.o o_time.o o_str.o o_dir.o thr_id.o lock.o \
+ ebcdic.o uid.o o_time.o o_str.o o_dir.o \
threads_pthread.o threads_win.o threads_none.o \
o_init.o o_fips.o mem_sec.o init.o $(CPUID_OBJ) $(UPLINK_OBJ)
More information about the openssl-commits
mailing list