Skip to content

Commit 76033c5

Browse files
hassaanpBethGriggs
authored andcommittedMar 24, 2020
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: #32328 Backport-PR-URL: #32443 Fixes: #32210 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 64c1848 commit 76033c5

File tree

700 files changed

+113050
-138039
lines changed

Some content is hidden

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

700 files changed

+113050
-138039
lines changed
 

‎deps/openssl/config/archs/BSD-x86/asm/configdata.pm

+15,449
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
/*
2+
* WARNING: do not edit!
3+
* Generated by util/mkbuildinf.pl
4+
*
5+
* Copyright 2014-2017 The OpenSSL Project Authors. All Rights Reserved.
6+
*
7+
* Licensed under the OpenSSL license (the "License"). You may not use
8+
* this file except in compliance with the License. You can obtain a copy
9+
* in the file LICENSE in the source distribution or at
10+
* https://www.openssl.org/source/license.html
11+
*/
12+
13+
#define PLATFORM "platform: BSD-x86"
14+
#define DATE "built on: Wed Mar 18 21:04:48 2020 UTC"
15+
16+
/*
17+
* Generate compiler_flags as an array of individual characters. This is a
18+
* workaround for the situation where CFLAGS gets too long for a C90 string
19+
* literal
20+
*/
21+
static const char compiler_flags[] = {
22+
'c','o','m','p','i','l','e','r',':',' ','g','c','c',' ','-','f',
23+
'P','I','C',' ','-','p','t','h','r','e','a','d',' ','-','W','a',
24+
',','-','-','n','o','e','x','e','c','s','t','a','c','k',' ','-',
25+
'W','a','l','l',' ','-','O','3',' ','-','f','o','m','i','t','-',
26+
'f','r','a','m','e','-','p','o','i','n','t','e','r',' ','-','D',
27+
'L','_','E','N','D','I','A','N',' ','-','D','O','P','E','N','S',
28+
'S','L','_','P','I','C',' ','-','D','O','P','E','N','S','S','L',
29+
'_','C','P','U','I','D','_','O','B','J',' ','-','D','O','P','E',
30+
'N','S','S','L','_','B','N','_','A','S','M','_','P','A','R','T',
31+
'_','W','O','R','D','S',' ','-','D','O','P','E','N','S','S','L',
32+
'_','I','A','3','2','_','S','S','E','2',' ','-','D','O','P','E',
33+
'N','S','S','L','_','B','N','_','A','S','M','_','M','O','N','T',
34+
' ','-','D','O','P','E','N','S','S','L','_','B','N','_','A','S',
35+
'M','_','G','F','2','m',' ','-','D','S','H','A','1','_','A','S',
36+
'M',' ','-','D','S','H','A','2','5','6','_','A','S','M',' ','-',
37+
'D','S','H','A','5','1','2','_','A','S','M',' ','-','D','R','C',
38+
'4','_','A','S','M',' ','-','D','M','D','5','_','A','S','M',' ',
39+
'-','D','R','M','D','1','6','0','_','A','S','M',' ','-','D','A',
40+
'E','S','N','I','_','A','S','M',' ','-','D','V','P','A','E','S',
41+
'_','A','S','M',' ','-','D','W','H','I','R','L','P','O','O','L',
42+
'_','A','S','M',' ','-','D','G','H','A','S','H','_','A','S','M',
43+
' ','-','D','E','C','P','_','N','I','S','T','Z','2','5','6','_',
44+
'A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_','A',
45+
'S','M',' ','-','D','_','T','H','R','E','A','D','_','S','A','F',
46+
'E',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ','-',
47+
'D','N','D','E','B','U','G','\0'
48+
};

0 commit comments

Comments
 (0)
Please sign in to comment.