提交 e5c4a94f 编写于 作者: C code4lala

regenerate linux-aarch64

Signed-off-by: Ncode4lala <fengziteng2@huawei.com>
上级 a98b861d
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -8550,6 +8550,7 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_srp.o",
"crypto/bn/libcrypto-lib-bn_word.o",
"crypto/bn/libcrypto-lib-bn_x931p.o",
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
"crypto/bn/libcrypto-shlib-armv8-mont.o",
"crypto/bn/libcrypto-shlib-bn_add.o",
"crypto/bn/libcrypto-shlib-bn_asm.o",
......@@ -8584,6 +8585,7 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_srp.o",
"crypto/bn/libcrypto-shlib-bn_word.o",
"crypto/bn/libcrypto-shlib-bn_x931p.o",
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o",
"crypto/bn/liblegacy-lib-armv8-mont.o",
"crypto/bn/liblegacy-lib-bn_asm.o"
],
......@@ -20981,6 +20983,7 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_srp.o",
"crypto/bn/libcrypto-shlib-bn_word.o",
"crypto/bn/libcrypto-shlib-bn_x931p.o",
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o",
"crypto/buffer/libcrypto-shlib-buf_err.o",
"crypto/buffer/libcrypto-shlib-buffer.o",
"crypto/camellia/libcrypto-shlib-camellia.o",
......@@ -22726,6 +22729,9 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_x931p.o" => [
"crypto/bn/bn_x931p.c"
],
"crypto/bn/libcrypto-lib-rsa_sup_mul.o" => [
"crypto/bn/rsa_sup_mul.c"
],
"crypto/bn/libcrypto-shlib-armv8-mont.o" => [
"crypto/bn/armv8-mont.S"
],
......@@ -22828,6 +22834,9 @@ our %unified_info = (
"crypto/bn/libcrypto-shlib-bn_x931p.o" => [
"crypto/bn/bn_x931p.c"
],
"crypto/bn/libcrypto-shlib-rsa_sup_mul.o" => [
"crypto/bn/rsa_sup_mul.c"
],
"crypto/bn/liblegacy-lib-armv8-mont.o" => [
"crypto/bn/armv8-mont.S"
],
......@@ -26789,6 +26798,7 @@ our %unified_info = (
"crypto/bn/libcrypto-lib-bn_srp.o",
"crypto/bn/libcrypto-lib-bn_word.o",
"crypto/bn/libcrypto-lib-bn_x931p.o",
"crypto/bn/libcrypto-lib-rsa_sup_mul.o",
"crypto/buffer/libcrypto-lib-buf_err.o",
"crypto/buffer/libcrypto-lib-buffer.o",
"crypto/camellia/libcrypto-lib-camellia.o",
......@@ -30278,8 +30288,8 @@ unless (caller) {
use File::Copy;
use Pod::Usage;
use lib '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/util/perl';
use OpenSSL::fallback '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/external/perl/MODULES.txt';
use lib '/tmp/third_party_openssl/util/perl';
use OpenSSL::fallback '/tmp/third_party_openssl/external/perl/MODULES.txt';
my $here = dirname($0);
......@@ -30306,7 +30316,7 @@ unless (caller) {
);
use lib '.';
use lib '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/Configurations';
use lib '/tmp/third_party_openssl/Configurations';
use gentemplate;
open my $buildfile_template_fh, ">$buildfile_template"
......@@ -30323,8 +30333,8 @@ unless (caller) {
my $prepend = <<'_____';
use File::Spec::Functions;
use lib '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/util/perl';
use lib '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/Configurations';
use lib '/tmp/third_party_openssl/util/perl';
use lib '/tmp/third_party_openssl/Configurations';
use lib '.';
use platform;
_____
......@@ -2914,7 +2914,7 @@ aes_v8_xts_decrypt:
.align 4
.Lxts_dec_tail4x:
add x0,x0,#16
ld1 {v0.4s},[x0],#16
tst x21,#0xf
eor v5.16b,v1.16b,v4.16b
st1 {v5.16b},[x1],#16
eor v17.16b,v24.16b,v17.16b
......@@ -2923,6 +2923,8 @@ aes_v8_xts_decrypt:
eor v31.16b,v26.16b,v31.16b
st1 {v30.16b,v31.16b},[x1],#32
b.eq .Lxts_dec_abort
ld1 {v0.4s},[x0],#16
b .Lxts_done
.align 4
.Lxts_outer_dec_tail:
......
......@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-aarch64"
#define DATE "built on: Wed Feb 22 02:56:39 2023 UTC"
#define DATE "built on: Wed Apr 26 06:57:30 2023 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
......
......@@ -177,7 +177,7 @@ typedef struct GENERAL_NAME_st {
OTHERNAME *otherName; /* otherName */
ASN1_IA5STRING *rfc822Name;
ASN1_IA5STRING *dNSName;
ASN1_TYPE *x400Address;
ASN1_STRING *x400Address;
X509_NAME *directoryName;
EDIPARTYNAME *ediPartyName;
ASN1_IA5STRING *uniformResourceIdentifier;
......
......@@ -9,7 +9,7 @@ use File::Spec::Functions;
BEGIN {
# This method corresponds exactly to 'use OpenSSL::Util',
# but allows us to use a platform specific file spec.
require '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/util/perl/OpenSSL/Util.pm';
require '/tmp/third_party_openssl/util/perl/OpenSSL/Util.pm';
OpenSSL::Util->import();
}
......@@ -20,7 +20,7 @@ my $std_openssl_conf = catdir($there, 'apps/openssl.cnf');
my $unix_shlib_wrap = catfile($there, 'util/shlib_wrap.sh');
if ($ARGV[0] eq '-fips') {
$std_openssl_conf = '/mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-aarch64/test/fips-and-base.cnf';
$std_openssl_conf = '/tmp/third_party_openssl/test/fips-and-base.cnf';
shift;
my $std_openssl_conf_include = catdir($there, 'providers');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册