summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h
diff options
context:
space:
mode:
authorShi Pujin <shipujin.t@gmail.com>2023-05-04 11:55:35 +0800
committerMichael Dawson <mdawson@devrus.com>2023-05-16 14:37:03 -0400
commita51491ab24d195a7c7c2a68e18baff83d4714a0e (patch)
treec4cc49a4fd72a503ee83ecf86a8853a1572015ea /deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h
parent7a57d1fb942467a4aa255ee11e09a4ca0003ce85 (diff)
downloadnode-new-a51491ab24d195a7c7c2a68e18baff83d4714a0e.tar.gz
deps: add loongarch64 into openssl Makefile and gen openssl-loongarch64
PR-URL: https://github.com/nodejs/node/pull/46401 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h')
-rw-r--r--deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h b/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h
new file mode 100644
index 0000000000..0347a6ddc0
--- /dev/null
+++ b/deps/openssl/config/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h
@@ -0,0 +1,29 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from include/crypto/bn_conf.h.in */
+/*
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * Licensed under the Apache License 2.0 (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
+# pragma once
+
+/*
+ * 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 */
+#define SIXTY_FOUR_BIT_LONG
+#undef SIXTY_FOUR_BIT
+#undef THIRTY_TWO_BIT
+
+#endif