deps: update archs files for OpenSSL-1.1.1c

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 <jasnell@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
Sam Roberts 2019-06-12 14:18:51 -07:00 committed by Ruben Bridgewater
parent 4c8fe4a96f
commit 7cb89819b5
No known key found for this signature in database
GPG Key ID: F07496B3EB3C1762
237 changed files with 24426 additions and 24445 deletions

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Thu May 2 20:26:30 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:27 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -40,9 +40,8 @@ static const char compiler_flags[] = {
'S','A','E','S','_','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','X','2','5','5','1','9',
'_','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','_','T','H','R','E','A','D','_','S','A','F','E',
' ','-','D','_','R','E','E','N','T','R','A','N','T',' ','-','D',
'N','D','E','B','U','G','\0'
'_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
'A','S','M',' ','-','D','_','T','H','R','E','A','D','_','S','A',
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
'-','D','N','D','E','B','U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

View File

@ -21,7 +21,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [

View File

@ -729,7 +729,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Thu May 2 20:26:36 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:36 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -41,9 +41,8 @@ static const char compiler_flags[] = {
'D','B','S','A','E','S','_','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','X','2','5','5',
'1','9','_','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','_','T','H','R','E','A','D','_','S','A',
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
'-','D','N','D','E','B','U','G','\0'
'1','9','_','A','S','M',' ','-','D','P','O','L','Y','1','3','0',
'5','_','A','S','M',' ','-','D','_','T','H','R','E','A','D','_',
'S','A','F','E',' ','-','D','_','R','E','E','N','T','R','A','N',
'T',' ','-','D','N','D','E','B','U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

View File

@ -21,7 +21,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [

View File

@ -729,7 +729,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Thu May 2 20:26:42 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:45 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:52 2019 UTC"
#define DATE "built on: Wed Jun 12 20:57:03 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

View File

@ -25,7 +25,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN32': [

View File

@ -721,7 +721,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN32': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:55 2019 UTC"
#define DATE "built on: Wed Jun 12 20:57:08 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

View File

@ -25,7 +25,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN32': [

View File

@ -721,7 +721,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN32': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:57 2019 UTC"
#define DATE "built on: Wed Jun 12 20:57:14 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: VC-WIN64-ARM"
#define DATE "built on: Thu May 2 20:28:59 2019 UTC"
#define DATE "built on: Wed Jun 12 20:57:18 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:37 2019 UTC"
#define DATE "built on: Wed Jun 12 20:56:41 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

View File

@ -26,7 +26,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN64A': [

View File

@ -733,7 +733,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN64A': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:44 2019 UTC"
#define DATE "built on: Wed Jun 12 20:56:51 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

View File

@ -26,7 +26,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN64A': [

View File

@ -733,7 +733,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_VC-WIN64A': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: "
#define DATE "built on: Thu May 2 20:28:51 2019 UTC"
#define DATE "built on: Wed Jun 12 20:57:01 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,8 +11,6 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_WIN32
# define DSO_EXTENSION ".dll"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
.long 0x7E082799
.long 0x7E3A2799
addi 4,4,0x30
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_two:
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
.long 0x7DE02799
.long 0x7E082799
addi 4,4,0x20
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_one:

View File

@ -94,6 +94,7 @@
.machine "any"
.csect .text[PR],7

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix-gcc"
#define DATE "built on: Thu May 2 20:26:19 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:10 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
.long 0x7E082799
.long 0x7E3A2799
addi 4,4,0x30
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_two:
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
.long 0x7DE02799
.long 0x7E082799
addi 4,4,0x20
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_one:

View File

@ -94,6 +94,7 @@
.machine "any"
.csect .text[PR],7

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix-gcc"
#define DATE "built on: Thu May 2 20:26:21 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:13 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix-gcc"
#define DATE "built on: Thu May 2 20:26:23 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:16 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
.long 0x7E082799
.long 0x7E3A2799
addi 4,4,0x30
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_two:
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
.long 0x7DE02799
.long 0x7E082799
addi 4,4,0x20
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_one:

View File

@ -94,6 +94,7 @@
.machine "any"
.csect .text[PR],7

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix64-gcc"
#define DATE "built on: Thu May 2 20:26:24 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:19 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -1749,7 +1749,7 @@ Lctr32_enc8x_three:
.long 0x7E082799
.long 0x7E3A2799
addi 4,4,0x30
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_two:
@ -1761,7 +1761,7 @@ Lctr32_enc8x_two:
.long 0x7DE02799
.long 0x7E082799
addi 4,4,0x20
b Lcbc_dec8x_done
b Lctr32_enc8x_done
.align 5
Lctr32_enc8x_one:

View File

@ -94,6 +94,7 @@
.machine "any"
.csect .text[PR],7

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix64-gcc"
#define DATE "built on: Thu May 2 20:26:26 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:22 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: aix64-gcc"
#define DATE "built on: Thu May 2 20:26:28 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:25 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Thu May 2 20:26:58 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:07 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -41,7 +41,7 @@ static const char compiler_flags[] = {
'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','_','R','E',
'E','N','T','R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
'P','O','L','Y','1','3','0','5','_','A','S','M',' ','-','D','_',
'R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E','B',
'U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

View File

@ -20,7 +20,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin-i386-cc': [

View File

@ -716,7 +716,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin-i386-cc': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Thu May 2 20:27:00 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:11 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -42,8 +42,7 @@ static const char compiler_flags[] = {
' ','-','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','_',
'R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E','B',
'U','G','\0'
'-','D','P','O','L','Y','1','3','0','5','_','A','S','M',' ','-',
'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','N','D',
'E','B','U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

View File

@ -20,7 +20,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin-i386-cc': [

View File

@ -716,7 +716,6 @@
'WHIRLPOOL_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin-i386-cc': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
#define DATE "built on: Thu May 2 20:27:03 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:15 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Thu May 2 20:26:44 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:47 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -40,8 +40,7 @@ static const char compiler_flags[] = {
' ','-','D','B','S','A','E','S','_','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','X','2',
'5','5','1','9','_','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','_','R','E','E','N','T','R','A',
'N','T',' ','-','D','N','D','E','B','U','G','\0'
'5','5','1','9','_','A','S','M',' ','-','D','P','O','L','Y','1',
'3','0','5','_','A','S','M',' ','-','D','_','R','E','E','N','T',
'R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

View File

@ -21,7 +21,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin64-x86_64-cc': [

View File

@ -728,7 +728,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin64-x86_64-cc': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Thu May 2 20:26:50 2019 UTC"
#define DATE "built on: Wed Jun 12 20:53:57 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@ -41,8 +41,7 @@ static const char compiler_flags[] = {
'S','M',' ','-','D','B','S','A','E','S','_','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',
'X','2','5','5','1','9','_','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','_','R','E','E','N','T',
'R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
'X','2','5','5','1','9','_','A','S','M',' ','-','D','P','O','L',
'Y','1','3','0','5','_','A','S','M',' ','-','D','_','R','E','E',
'N','T','R','A','N','T',' ','-','D','N','D','E','B','U','G','\0'
};

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

View File

@ -21,7 +21,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin64-x86_64-cc': [

View File

@ -728,7 +728,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_darwin64-x86_64-cc': [

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin64-x86_64-cc"
#define DATE "built on: Thu May 2 20:26:56 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:05 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".dylib"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Thu May 2 20:27:04 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:17 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Thu May 2 20:27:06 2019 UTC"
#define DATE "built on: Wed Jun 12 20:54:20 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a

View File

@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
* 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
@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
#endif

Some files were not shown because too many files have changed in this diff Show More