summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN32/asm/crypto
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
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')
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/VC-WIN32/asm/crypto/include/internal/dso_conf.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h b/deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h
index 74eb547a29..9a504b1683 100644
--- a/deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h
@@ -9,4 +9,4 @@ static const char cflags[] = {
'c','o','m','p','i','l','e','r',':',' ','c','c','\0'
};
#define PLATFORM "platform: "
-#define DATE "built on: Tue Aug 14 23:13:47 2018"
+#define DATE "built on: Tue Nov 20 09:39:18 2018"
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