summaryrefslogtreecommitdiff
path: root/libcrypto/libcrypto/downstream/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'libcrypto/libcrypto/downstream/crypto')
-rw-r--r--libcrypto/libcrypto/downstream/crypto/bn_conf/i686-linux.h28
-rw-r--r--libcrypto/libcrypto/downstream/crypto/dso_conf/i686-linux.h17
-rw-r--r--libcrypto/libcrypto/downstream/crypto/platform.h9
3 files changed, 5 insertions, 49 deletions
diff --git a/libcrypto/libcrypto/downstream/crypto/bn_conf/i686-linux.h b/libcrypto/libcrypto/downstream/crypto/bn_conf/i686-linux.h
deleted file mode 100644
index 16d6e93..0000000
--- a/libcrypto/libcrypto/downstream/crypto/bn_conf/i686-linux.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from ../include/crypto/bn_conf.h.in */
-/*
- * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef OSSL_CRYPTO_BN_CONF_H
-# define OSSL_CRYPTO_BN_CONF_H
-
-/*
- * The contents of this file are not used in the UEFI build, as
- * both 32-bit and 64-bit builds are supported from a single run
- * of the Configure script.
- */
-
-/* Should we define BN_DIV2W here? */
-
-/* Only one for the following should be defined */
-#undef SIXTY_FOUR_BIT_LONG
-#undef SIXTY_FOUR_BIT
-#define THIRTY_TWO_BIT
-
-#endif
diff --git a/libcrypto/libcrypto/downstream/crypto/dso_conf/i686-linux.h b/libcrypto/libcrypto/downstream/crypto/dso_conf/i686-linux.h
deleted file mode 100644
index 2c3b479..0000000
--- a/libcrypto/libcrypto/downstream/crypto/dso_conf/i686-linux.h
+++ /dev/null
@@ -1,17 +0,0 @@
-/* WARNING: do not edit! */
-/* Generated by Makefile from ../include/crypto/dso_conf.h.in */
-/*
- * Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
- *
- * Licensed under the OpenSSL license (the "License"). You may not use
- * this file except in compliance with the License. You can obtain a copy
- * in the file LICENSE in the source distribution or at
- * https://www.openssl.org/source/license.html
- */
-
-#ifndef OSSL_CRYPTO_DSO_CONF_H
-# define OSSL_CRYPTO_DSO_CONF_H
-# define DSO_DLFCN
-# define HAVE_DLFCN_H
-# define DSO_EXTENSION ".so"
-#endif
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