Index: openssl/openssl.config |
=================================================================== |
--- openssl/openssl.config (revision 232952) |
+++ openssl/openssl.config (working copy) |
@@ -997,6 +997,7 @@ |
fix_clang_build.patch \ |
x509_hash_name_algorithm_change.patch \ |
reduce_client_hello_size.patch \ |
+fix_lhash_iteration.patch \ |
" |
OPENSSL_PATCHES_progs_SOURCES="\ |
@@ -1060,3 +1061,13 @@ |
OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\ |
ssl/t1_lib.c \ |
" |
+ |
+OPENSSL_PATCHES_fix_lhash_iteration_SOURCES="\ |
+crypto/conf/conf_api.c |
+crypto/lhash/lhash.c |
+crypto/lhash/lhash.h |
+crypto/objects/o_names.c |
+crypto/objects/obj_dat.c |
+include/openssl/lhash.h |
+ssl/ssl_sess.c |
+" |