From 0d9d75b124880ee5a3aeb5c2af92a04340c02bef Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 2 Apr 2013 17:34:42 +0000 Subject: Fix OpenSSL multiple vulnerabilities. [13:03] Fix BIND remote denial of service. [13:04] Security: CVE-2013-0166, CVE-2013-0169 Security: FreeBSD-SA-13:03.openssl Security: CVE-2013-2266 Security: FreeBSD-SA-13:04.bind Approved by: so --- crypto/openssl/fips/fips_canister.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/openssl/fips/fips_canister.c') diff --git a/crypto/openssl/fips/fips_canister.c b/crypto/openssl/fips/fips_canister.c index 64580694c48e..174466189b48 100644 --- a/crypto/openssl/fips/fips_canister.c +++ b/crypto/openssl/fips/fips_canister.c @@ -19,6 +19,7 @@ (defined(__linux) && (defined(__arm) || defined(__arm__))) || \ (defined(__i386) || defined(__i386__)) || \ (defined(__x86_64) || defined(__x86_64__)) || \ + defined(__ANDROID__) || \ (defined(vax) || defined(__vax__)) # define POINTER_TO_FUNCTION_IS_POINTER_TO_1ST_INSTRUCTION # endif -- cgit v1.2.3