| 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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 apps/x509.c \ | 985 apps/x509.c \ |
| 986 " | 986 " |
| 987 | 987 |
| 988 OPENSSL_PATCHES="\ | 988 OPENSSL_PATCHES="\ |
| 989 progs.patch \ | 989 progs.patch \ |
| 990 handshake_cutthrough.patch \ | 990 handshake_cutthrough.patch \ |
| 991 jsse.patch \ | 991 jsse.patch \ |
| 992 channelid.patch \ | 992 channelid.patch \ |
| 993 eng_dyn_dirs.patch \ | 993 eng_dyn_dirs.patch \ |
| 994 fix_clang_build.patch \ | 994 fix_clang_build.patch \ |
| 995 x509_hash_name_algorithm_change.patch \ |
| 995 " | 996 " |
| 996 | 997 |
| 997 OPENSSL_PATCHES_progs_SOURCES="\ | 998 OPENSSL_PATCHES_progs_SOURCES="\ |
| 998 apps/openssl.c \ | 999 apps/openssl.c \ |
| 999 apps/progs.h \ | 1000 apps/progs.h \ |
| 1000 apps/speed.c \ | 1001 apps/speed.c \ |
| 1001 crypto/ui/ui_openssl.c \ | 1002 crypto/ui/ui_openssl.c \ |
| 1002 " | 1003 " |
| 1003 | 1004 |
| 1004 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ | 1005 OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1041 ssl/ssl_locl.h \ | 1042 ssl/ssl_locl.h \ |
| 1042 ssl/t1_lib.c \ | 1043 ssl/t1_lib.c \ |
| 1043 ssl/tls1.h \ | 1044 ssl/tls1.h \ |
| 1044 " | 1045 " |
| 1045 | 1046 |
| 1046 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ | 1047 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ |
| 1047 crypto/bio/b_sock.c \ | 1048 crypto/bio/b_sock.c \ |
| 1048 crypto/x509v3/v3_utl.c \ | 1049 crypto/x509v3/v3_utl.c \ |
| 1049 " | 1050 " |
| 1050 | 1051 |
| 1052 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ |
| 1053 crypto/x509/by_dir.c \ |
| 1054 " |
| OLD | NEW |