summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2019-07-22 17:09:25 +0200
committerRich Trott <rtrott@gmail.com>2019-07-30 14:42:02 -0700
commit4a1502bc4a89037fbcc9fae39e4a103f43cf9d83 (patch)
tree3d568757a3a077724e5257849df7b9821f1572ff /deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
parent834a413eed7c5f6a415e00b14d499c5cb0a34fca (diff)
downloadandroid-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.tar.gz
android-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.tar.bz2
android-node-v8-4a1502bc4a89037fbcc9fae39e4a103f43cf9d83.zip
build: generate openssl config for BSD-x86
Add BSD-x86 to the list of arches and regenerate everything. Everything in deps/openssl/config/archs/BSD-x86 is auto-generated, everything else is manual edits to include the right files in the right places. I cheated a little: I didn't check in changes to files for other arches because they contained mostly churn (updated buildstamps and such.) Fixes: https://github.com/nodejs/node/issues/20326 PR-URL: https://github.com/nodejs/node/pull/28806 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h')
-rw-r--r--deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
new file mode 100644
index 0000000000..252266ec2a
--- /dev/null
+++ b/deps/openssl/config/archs/BSD-x86/no-asm/crypto/include/internal/dso_conf.h
@@ -0,0 +1,17 @@
+/* WARNING: do not edit! */
+/* Generated by Makefile from crypto/include/internal/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 HEADER_DSO_CONF_H
+# define HEADER_DSO_CONF_H
+# define DSO_DLFCN
+# define HAVE_DLFCN_H
+# define DSO_EXTENSION ".so"
+#endif