From 24d43fe451d3f4fa6b15665cfa3353f4c08a5f5d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 6 Jul 2023 10:41:20 +0300 Subject: Release version 1.1.1+21 Upgrade to 1.1.1u. That in particular fixes CVE-2023-0464 CVE-2023-0465 CVE-2023-0466 CVE-2023-2650. Update .gitignore files --- libcrypto/libcrypto/downstream/crypto/platform.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'libcrypto/libcrypto/downstream/crypto/platform.h') diff --git a/libcrypto/libcrypto/downstream/crypto/platform.h b/libcrypto/libcrypto/downstream/crypto/platform.h index 8dd6690..5dc4c7f 100644 --- a/libcrypto/libcrypto/downstream/crypto/platform.h +++ b/libcrypto/libcrypto/downstream/crypto/platform.h @@ -48,20 +48,21 @@ # error arm64 architecture is not supported for this OS # endif # elif defined(__i386__) /* POSIX i386 */ -# if defined(__linux__) -# include "i686-linux.h" /* - * i686 architecture is not currently supported for FreeBSD and Mac OS. + * i686 architecture is not currently supported for POSIX. */ +# error i686 architecture is not supported for this OS /* +# if defined(__linux__) +# include "i686-linux.h" # elif defined(__FreeBSD__) # include "i686-freebsd.h" # elif defined(__APPLE__) # include "i686-macos.h" -*/ # else # error i686 architecture is not supported for this OS # endif +*/ # else # error unknown architecture # endif -- cgit v1.1