Skip to content

Commit 9ea74b7

Browse files
sam-githubtargos
authored andcommitted
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: #28211 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Shigeki Ohtsu <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 9c7ea2c commit 9ea74b7

File tree

237 files changed

+24426
-24445
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+24426
-24445
lines changed

deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm

+419-416
Large diffs are not rendered by default.

deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h

+5-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86_64"
14-
#define DATE "built on: Thu May 2 20:26:30 2019 UTC"
14+
#define DATE "built on: Wed Jun 12 20:53:27 2019 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
@@ -40,9 +40,8 @@ static const char compiler_flags[] = {
4040
'S','A','E','S','_','A','S','M',' ','-','D','G','H','A','S','H',
4141
'_','A','S','M',' ','-','D','E','C','P','_','N','I','S','T','Z',
4242
'2','5','6','_','A','S','M',' ','-','D','X','2','5','5','1','9',
43-
'_','A','S','M',' ','-','D','P','A','D','L','O','C','K','_','A',
44-
'S','M',' ','-','D','P','O','L','Y','1','3','0','5','_','A','S',
45-
'M',' ','-','D','_','T','H','R','E','A','D','_','S','A','F','E',
46-
' ','-','D','_','R','E','E','N','T','R','A','N','T',' ','-','D',
47-
'N','D','E','B','U','G','\0'
43+
'_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_',
44+
'A','S','M',' ','-','D','_','T','H','R','E','A','D','_','S','A',
45+
'F','E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
46+
'-','D','N','D','E','B','U','G','\0'
4847
};
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* WARNING: do not edit! */
22
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
33
/*
4-
* Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
4+
* Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
55
*
66
* Licensed under the OpenSSL license (the "License"). You may not use
77
* this file except in compliance with the License. You can obtain a copy
@@ -11,9 +11,7 @@
1111

1212
#ifndef HEADER_DSO_CONF_H
1313
# define HEADER_DSO_CONF_H
14-
1514
# define DSO_DLFCN
1615
# define HAVE_DLFCN_H
1716
# define DSO_EXTENSION ".so"
18-
1917
#endif

deps/openssl/config/archs/BSD-x86_64/asm/openssl-cl.gypi

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
'GHASH_ASM',
2222
'ECP_NISTZ256_ASM',
2323
'X25519_ASM',
24-
'PADLOCK_ASM',
2524
'POLY1305_ASM',
2625
],
2726
'openssl_cflags_BSD-x86_64': [

deps/openssl/config/archs/BSD-x86_64/asm/openssl.gypi

-1
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,6 @@
729729
'GHASH_ASM',
730730
'ECP_NISTZ256_ASM',
731731
'X25519_ASM',
732-
'PADLOCK_ASM',
733732
'POLY1305_ASM',
734733
],
735734
'openssl_cflags_BSD-x86_64': [

0 commit comments

Comments
 (0)