From ec144d562825a042b4002951035f844920c16bd9 Mon Sep 17 00:00:00 2001 From: Hassaan Pasha Date: Wed, 18 Mar 2020 10:09:37 +0500 Subject: deps: update archs files for OpenSSL-1.1.1e 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/include PR-URL: https://github.com/nodejs/node/pull/32328 Fixes: https://github.com/nodejs/node/issues/32210 Reviewed-By: Sam Roberts Reviewed-By: James M Snell --- deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h') diff --git a/deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h b/deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h index fe20db38c0..c53f28b67b 100644 --- a/deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +++ b/deps/openssl/config/archs/aix64-gcc/asm_avx2/crypto/buildinf.h @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: aix64-gcc" -#define DATE "built on: Fri Sep 13 15:57:07 2019 UTC" +#define DATE "built on: Wed Mar 18 21:04:42 2020 UTC" /* * Generate compiler_flags as an array of individual characters. This is a -- cgit v1.2.1