summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/crypto/platform.h
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-07-06 10:41:20 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-07-06 10:41:20 +0300
commit24d43fe451d3f4fa6b15665cfa3353f4c08a5f5d (patch)
tree034b5dea1e7d36f472acb0a4695ee8726925f6b1 /libcrypto/libcrypto/downstream/crypto/platform.h
parent0d4c445291b4dd98be8aa3e4ea23880a8db6168e (diff)
Release version 1.1.1+21HEADv1.1.1+21master
Upgrade to 1.1.1u. That in particular fixes CVE-2023-0464 CVE-2023-0465 CVE-2023-0466 CVE-2023-2650. Update .gitignore files
Diffstat (limited to 'libcrypto/libcrypto/downstream/crypto/platform.h')
-rw-r--r--libcrypto/libcrypto/downstream/crypto/platform.h9
1 files changed, 5 insertions, 4 deletions
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