| 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1008 fix_clang_build.patch \ | 1008 fix_clang_build.patch \ |
| 1009 x509_hash_name_algorithm_change.patch \ | 1009 x509_hash_name_algorithm_change.patch \ |
| 1010 reduce_client_hello_size.patch \ | 1010 reduce_client_hello_size.patch \ |
| 1011 fix_lhash_iteration.patch \ | 1011 fix_lhash_iteration.patch \ |
| 1012 tls1_change_cipher_state_rewrite.patch \ | 1012 tls1_change_cipher_state_rewrite.patch \ |
| 1013 aead_support.patch \ | 1013 aead_support.patch \ |
| 1014 aead_ssl_support.patch \ | 1014 aead_ssl_support.patch \ |
| 1015 use_aead_for_aes_gcm.patch \ | 1015 use_aead_for_aes_gcm.patch \ |
| 1016 chacha20poly1305.patch \ | 1016 chacha20poly1305.patch \ |
| 1017 neon_runtime.patch \ | 1017 neon_runtime.patch \ |
| 1018 paddingext.patch \ |
| 1018 " | 1019 " |
| 1019 | 1020 |
| 1020 OPENSSL_PATCHES_progs_SOURCES="\ | 1021 OPENSSL_PATCHES_progs_SOURCES="\ |
| 1021 apps/openssl.c \ | 1022 apps/openssl.c \ |
| 1022 apps/progs.h \ | 1023 apps/progs.h \ |
| 1023 apps/speed.c \ | 1024 apps/speed.c \ |
| 1024 crypto/ui/ui_openssl.c \ | 1025 crypto/ui/ui_openssl.c \ |
| 1025 " | 1026 " |
| 1026 | 1027 |
| 1027 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ | 1028 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1081 | 1082 |
| 1082 OPENSSL_PATCHES_fix_lhash_iteration_SOURCES="\ | 1083 OPENSSL_PATCHES_fix_lhash_iteration_SOURCES="\ |
| 1083 crypto/conf/conf_api.c | 1084 crypto/conf/conf_api.c |
| 1084 crypto/lhash/lhash.c | 1085 crypto/lhash/lhash.c |
| 1085 crypto/lhash/lhash.h | 1086 crypto/lhash/lhash.h |
| 1086 crypto/objects/o_names.c | 1087 crypto/objects/o_names.c |
| 1087 crypto/objects/obj_dat.c | 1088 crypto/objects/obj_dat.c |
| 1088 include/openssl/lhash.h | 1089 include/openssl/lhash.h |
| 1089 ssl/ssl_sess.c | 1090 ssl/ssl_sess.c |
| 1090 " | 1091 " |
| OLD | NEW |