diff options
Diffstat (limited to 'package/openssl/patches/210-no-OPENSSL_ia32cap_P.patch')
-rw-r--r-- | package/openssl/patches/210-no-OPENSSL_ia32cap_P.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openssl/patches/210-no-OPENSSL_ia32cap_P.patch b/package/openssl/patches/210-no-OPENSSL_ia32cap_P.patch deleted file mode 100644 index 6ddf009..0000000 --- a/package/openssl/patches/210-no-OPENSSL_ia32cap_P.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/crypto/evp/e_rc4_hmac_md5.c -+++ b/crypto/evp/e_rc4_hmac_md5.c -@@ -289,8 +289,6 @@ static EVP_CIPHER r4_hmac_md5_cipher= - - const EVP_CIPHER *EVP_rc4_hmac_md5(void) - { -- extern unsigned int OPENSSL_ia32cap_P[]; -- /* RC4_CHAR flag ------------vvvvv */ -- return(OPENSSL_ia32cap_P[0]&(1<<20) ? NULL : &r4_hmac_md5_cipher); -+ return(&r4_hmac_md5_cipher); - } - #endif |