summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/crypto/platform.h
diff options
context:
space:
mode:
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