summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
diff options
context:
space:
mode:
authorJon Kunkee <jkunkee@microsoft.com>2019-03-07 19:27:19 -0800
committerRuben Bridgewater <ruben@bridgewater.de>2019-04-04 15:11:45 +0200
commite575ba608a1714320442027551e83aada31a94bb (patch)
tree0aaa569eb5cd21509ef4a5b5e7b0e49225331890 /deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
parenta19e8ebe9f68d295719dbc7938d9560dab1ab6e5 (diff)
downloadandroid-node-v8-e575ba608a1714320442027551e83aada31a94bb.tar.gz
android-node-v8-e575ba608a1714320442027551e83aada31a94bb.tar.bz2
android-node-v8-e575ba608a1714320442027551e83aada31a94bb.zip
deps: add ARM64 Windows configurations in openssl
This change adds the generated files required for building OpenSSL for Node.js for ARM64 Windows. I did this on a VM running Ubuntu 18.04. The basic workflow is to cd to deps/openssl/config and run `make`, installing any needed packages until all architectures build correctly. Note that OpenSSL 1.1.1 does not support ASM on ARM64 Windows, so this change also supports only no-asm on ARM64 Windows. PR-URL: https://github.com/nodejs/node/pull/26001 Fixes: https://github.com/nodejs/node/issues/25998 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h')
-rw-r--r--deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
new file mode 100644
index 0000000000..dc8306eda3
--- /dev/null
+++ b/deps/openssl/config/archs/VC-WIN64-ARM/no-asm/crypto/include/internal/dso_conf.h
@@ -0,0 +1,18 @@
+/* WARNING: do not edit! */
+/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
+/*
+ * Copyright 2016-2018 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 HEADER_DSO_CONF_H
+# define HEADER_DSO_CONF_H
+
+# define DSO_WIN32
+# define DSO_EXTENSION ".dll"
+
+#endif