| OLD | NEW |
| 1 CONFIGURE_ARGS="\ | 1 CONFIGURE_ARGS="\ |
| 2 -DL_ENDIAN \ | 2 -DL_ENDIAN \ |
| 3 linux-generic32 \ | 3 linux-generic32 \ |
| 4 no-camellia \ | 4 no-camellia \ |
| 5 no-capieng \ | 5 no-capieng \ |
| 6 no-cast \ | 6 no-cast \ |
| 7 no-cms \ | 7 no-cms \ |
| 8 no-gost \ | 8 no-gost \ |
| 9 no-gmp \ | 9 no-gmp \ |
| 10 no-heartbeats \ | 10 no-heartbeats \ |
| (...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 988 " | 988 " |
| 989 | 989 |
| 990 OPENSSL_PATCHES="\ | 990 OPENSSL_PATCHES="\ |
| 991 progs.patch \ | 991 progs.patch \ |
| 992 handshake_cutthrough.patch \ | 992 handshake_cutthrough.patch \ |
| 993 jsse.patch \ | 993 jsse.patch \ |
| 994 channelid.patch \ | 994 channelid.patch \ |
| 995 eng_dyn_dirs.patch \ | 995 eng_dyn_dirs.patch \ |
| 996 fix_clang_build.patch \ | 996 fix_clang_build.patch \ |
| 997 x509_hash_name_algorithm_change.patch \ | 997 x509_hash_name_algorithm_change.patch \ |
| 998 reduce_client_hello_size.patch \ |
| 998 " | 999 " |
| 999 | 1000 |
| 1000 OPENSSL_PATCHES_progs_SOURCES="\ | 1001 OPENSSL_PATCHES_progs_SOURCES="\ |
| 1001 apps/openssl.c \ | 1002 apps/openssl.c \ |
| 1002 apps/progs.h \ | 1003 apps/progs.h \ |
| 1003 apps/speed.c \ | 1004 apps/speed.c \ |
| 1004 crypto/ui/ui_openssl.c \ | 1005 crypto/ui/ui_openssl.c \ |
| 1005 " | 1006 " |
| 1006 | 1007 |
| 1007 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ | 1008 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1047 " | 1048 " |
| 1048 | 1049 |
| 1049 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ | 1050 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ |
| 1050 crypto/bio/b_sock.c \ | 1051 crypto/bio/b_sock.c \ |
| 1051 crypto/x509v3/v3_utl.c \ | 1052 crypto/x509v3/v3_utl.c \ |
| 1052 " | 1053 " |
| 1053 | 1054 |
| 1054 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ | 1055 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ |
| 1055 crypto/x509/by_dir.c \ | 1056 crypto/x509/by_dir.c \ |
| 1056 " | 1057 " |
| 1058 |
| 1059 OPENSSL_PATCHES_reduce_client_hello_size_SOURCES="\ |
| 1060 ssl/t1_lib.c \ |
| 1061 " |
| OLD | NEW |