| Index: openssl/openssl.config
|
| diff --git a/openssl/openssl.config b/openssl/openssl.config
|
| index 208836859a540d9a0156fe74ebe2e09c66abf580..fee0a5199bdf30f4332f38d575a825dce8870c03 100644
|
| --- a/openssl/openssl.config
|
| +++ b/openssl/openssl.config
|
| @@ -997,6 +997,7 @@ eng_dyn_dirs.patch \
|
| 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 @@ crypto/x509/by_dir.c \
|
| 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
|
| +"
|
|
|