Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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
  • Loading branch information
sam-github committed Jun 13, 2019
commit 66b493099a1393be38224405f44504ee192d4158
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