Chromium Code Reviews| Index: openssl/openssl.config |
| =================================================================== |
| --- openssl/openssl.config (revision 207924) |
| +++ openssl/openssl.config (working copy) |
| @@ -995,6 +995,7 @@ |
| eng_dyn_dirs.patch \ |
| fix_clang_build.patch \ |
| x509_hash_name_algorithm_change.patch \ |
| +reduce_client_hello_size.patch \ |
| " |
| OPENSSL_PATCHES_progs_SOURCES="\ |
| @@ -1054,3 +1055,7 @@ |
| OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ |
| crypto/x509/by_dir.c \ |
| " |
| + |
| +OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\ |
| +ssl/t1_lib.c \ |
| +" |