Skip to content

Commit

Permalink
deps: update archs files for OpenSSL-1.1.1c
Browse files Browse the repository at this point in the history
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 <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>
  • Loading branch information
sam-github authored and BridgeAR committed Jun 17, 2019
1 parent 0a2353e commit 5fddde6
Show file tree
Hide file tree
Showing 237 changed files with 24,426 additions and 24,445 deletions.
835 changes: 419 additions & 416 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
};
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/openssl-cl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [
Expand Down
1 change: 0 additions & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/openssl.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',
'PADLOCK_ASM',
'POLY1305_ASM',
],
'openssl_cflags_BSD-x86_64': [
Expand Down
Loading

0 comments on commit 5fddde6

Please sign in to comment.