| 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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 crypto/rc4/asm/rc4-x86_64.S \ | 858 crypto/rc4/asm/rc4-x86_64.S \ |
| 859 crypto/sha/asm/sha1-x86_64.S \ | 859 crypto/sha/asm/sha1-x86_64.S \ |
| 860 crypto/sha/asm/sha256-x86_64.S \ | 860 crypto/sha/asm/sha256-x86_64.S \ |
| 861 crypto/sha/asm/sha512-x86_64.S \ | 861 crypto/sha/asm/sha512-x86_64.S \ |
| 862 crypto/x86_64cpuid.S \ | 862 crypto/x86_64cpuid.S \ |
| 863 " | 863 " |
| 864 | 864 |
| 865 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86_64="\ | 865 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86_64="\ |
| 866 crypto/aes/aes_cbc.c \ | 866 crypto/aes/aes_cbc.c \ |
| 867 crypto/aes/aes_core.c \ | 867 crypto/aes/aes_core.c \ |
| 868 crypto/bn/bn_asm.c \ |
| 868 crypto/mem_clr.c \ | 869 crypto/mem_clr.c \ |
| 869 crypto/rc4/rc4_enc.c \ | 870 crypto/rc4/rc4_enc.c \ |
| 871 crypto/rc4/rc4_skey.c \ |
| 870 " | 872 " |
| 871 | 873 |
| 872 OPENSSL_SSL_INCLUDES="\ | 874 OPENSSL_SSL_INCLUDES="\ |
| 873 . \ | 875 . \ |
| 874 include \ | 876 include \ |
| 875 crypto \ | 877 crypto \ |
| 876 " | 878 " |
| 877 | 879 |
| 878 OPENSSL_SSL_SOURCES="\ | 880 OPENSSL_SSL_SOURCES="\ |
| 879 ssl/bio_ssl.c \ | 881 ssl/bio_ssl.c \ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1045 " | 1047 " |
| 1046 | 1048 |
| 1047 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ | 1049 OPENSSL_PATCHES_fix_clang_build_SOURCES="\ |
| 1048 crypto/bio/b_sock.c \ | 1050 crypto/bio/b_sock.c \ |
| 1049 crypto/x509v3/v3_utl.c \ | 1051 crypto/x509v3/v3_utl.c \ |
| 1050 " | 1052 " |
| 1051 | 1053 |
| 1052 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ | 1054 OPENSSL_PATCHES_x509_hash_name_algorithm_change_SOURCES="\ |
| 1053 crypto/x509/by_dir.c \ | 1055 crypto/x509/by_dir.c \ |
| 1054 " | 1056 " |
| OLD | NEW |