From 7cb89819b5681b72c38ea1957c681243329b93fd Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 12 Jun 2019 14:18:51 -0700 Subject: deps: update archs files for OpenSSL-1.1.1c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After an OpenSSL source update, all the config files need to be regenerated and comitted by: $ cd deps/openssl/config $ make $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h $ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: https://github.com/nodejs/node/pull/28211 Reviewed-By: James M Snell Reviewed-By: Ujjwal Sharma Reviewed-By: Shigeki Ohtsu Reviewed-By: Tobias Nießen --- deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h') diff --git a/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h b/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h index 51eb6e2aa9..7e5f29968f 100644 --- a/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h +++ b/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/buildinf.h @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: solaris-x86-gcc" -#define DATE "built on: Thu May 2 20:28:17 2019 UTC" +#define DATE "built on: Wed Jun 12 20:56:08 2019 UTC" /* * Generate compiler_flags as an array of individual characters. This is a @@ -41,8 +41,7 @@ static const char compiler_flags[] = { ' ','-','D','V','P','A','E','S','_','A','S','M',' ','-','D','W', 'H','I','R','L','P','O','O','L','_','A','S','M',' ','-','D','G', 'H','A','S','H','_','A','S','M',' ','-','D','E','C','P','_','N', - 'I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','P','A', - 'D','L','O','C','K','_','A','S','M',' ','-','D','P','O','L','Y', - '1','3','0','5','_','A','S','M',' ','-','D','N','D','E','B','U', - 'G','\0' + 'I','S','T','Z','2','5','6','_','A','S','M',' ','-','D','P','O', + 'L','Y','1','3','0','5','_','A','S','M',' ','-','D','N','D','E', + 'B','U','G','\0' }; -- cgit v1.2.3