Skip to content

Commit b9babe6

Browse files
committed
deps: regenerate OpenSSL files
1 parent 3dcde51 commit b9babe6

File tree

2,198 files changed

+310318
-891718
lines changed

Some content is hidden

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

2,198 files changed

+310318
-891718
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ our %config = (
204204
"openssldir" => "",
205205
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
206206
"patch" => "2",
207-
"perl_archname" => "x86_64-linux-gnu-thread-multi",
207+
"perl_archname" => "x86_64-linux-thread-multi",
208208
"perl_cmd" => "/usr/bin/perl",
209-
"perl_version" => "5.28.1",
209+
"perl_version" => "5.32.1",
210210
"perlargv" => [
211211
"no-comp",
212212
"no-shared",
@@ -27290,8 +27290,8 @@ unless (caller) {
2729027290
use File::Copy;
2729127291
use Pod::Usage;
2729227292

27293-
use lib '/home/hassaan/node/deps/openssl/openssl/util/perl';
27294-
use OpenSSL::fallback '/home/hassaan/node/deps/openssl/openssl/external/perl/MODULES.txt';
27293+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27294+
use OpenSSL::fallback '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/external/perl/MODULES.txt';
2729527295

2729627296
my $here = dirname($0);
2729727297

@@ -27318,7 +27318,7 @@ unless (caller) {
2731827318
);
2731927319

2732027320
use lib '.';
27321-
use lib '/home/hassaan/node/deps/openssl/openssl/Configurations';
27321+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2732227322
use gentemplate;
2732327323

2732427324
print 'Creating ',$buildfile_template,"\n";
@@ -27335,8 +27335,8 @@ unless (caller) {
2733527335

2733627336
my $prepend = <<'_____';
2733727337
use File::Spec::Functions;
27338-
use lib '/home/hassaan/node/deps/openssl/openssl/util/perl';
27339-
use lib '/home/hassaan/node/deps/openssl/openssl/Configurations';
27338+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/util/perl';
27339+
use lib '/home/danielbevenius/work/nodejs/node/deps/openssl/openssl/Configurations';
2734027340
use lib '.';
2734127341
use platform;
2734227342
_____

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Wed Mar 16 04:51:37 2022 UTC"
14+
#define DATE "built on: Wed Apr 6 13:52:14 2022 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1 @@
1-
/* WARNING: do not edit! */
2-
/* Generated by Makefile from include/crypto/bn_conf.h.in */
3-
/*
4-
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License 2.0 (the "License"). You may not use
7-
* this file except in compliance with the License. You can obtain a copy
8-
* in the file LICENSE in the source distribution or at
9-
* https://www.openssl.org/source/license.html
10-
*/
11-
12-
#ifndef OSSL_CRYPTO_BN_CONF_H
13-
# define OSSL_CRYPTO_BN_CONF_H
14-
# pragma once
15-
16-
/*
17-
* The contents of this file are not used in the UEFI build, as
18-
* both 32-bit and 64-bit builds are supported from a single run
19-
* of the Configure script.
20-
*/
21-
22-
/* Should we define BN_DIV2W here? */
23-
24-
/* Only one for the following should be defined */
25-
#undef SIXTY_FOUR_BIT_LONG
26-
#undef SIXTY_FOUR_BIT
27-
#define THIRTY_TWO_BIT
28-
29-
#endif
1+
#include "../../../common/include/crypto/bn_conf.h"
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
/* WARNING: do not edit! */
2-
/* Generated by Makefile from include/crypto/dso_conf.h.in */
3-
/*
4-
* Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5-
*
6-
* Licensed under the Apache License 2.0 (the "License"). You may not use
7-
* this file except in compliance with the License. You can obtain a copy
8-
* in the file LICENSE in the source distribution or at
9-
* https://www.openssl.org/source/license.html
10-
*/
11-
12-
#ifndef OSSL_CRYPTO_DSO_CONF_H
13-
# define OSSL_CRYPTO_DSO_CONF_H
14-
# pragma once
15-
16-
# define DSO_DLFCN
17-
# define HAVE_DLFCN_H
18-
# define DSO_EXTENSION ".so"
19-
#endif
1+
#include "../../../common/include/crypto/dso_conf.h"

0 commit comments

Comments
 (0)