summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2018-11-20 09:43:13 -0800
committerSam Roberts <vieuxtech@gmail.com>2018-11-22 09:05:26 -0800
commit910dd58a7eb43113780d2c813dc3cafeb463b920 (patch)
tree45ad77e522b0c2e9f03bf464902cf1827756ef34 /deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
parent23f5fd5f17f3c5e08ddc818559eb258dbf09e90a (diff)
downloadandroid-node-v8-910dd58a7eb43113780d2c813dc3cafeb463b920.tar.gz
android-node-v8-910dd58a7eb43113780d2c813dc3cafeb463b920.tar.bz2
android-node-v8-910dd58a7eb43113780d2c813dc3cafeb463b920.zip
deps: update archs files for OpenSSL-1.1.0
`cd deps/openssl/config; make` updates all archs dependant files. PR-URL: https://github.com/nodejs/node/pull/24523 Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Rod Vagg <rod@vagg.org>
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h')
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
index f555fb4bdf..289768d956 100644
--- a/deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
+++ b/deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h
@@ -12,5 +12,5 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
-# define DSO_EXTENSION ""
+# define DSO_EXTENSION ".dll"
#endif