Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
0ae494d1
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
Star
18
Fork
1
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Openssl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0ae494d1
编写于
4月 26, 2023
作者:
C
code4lala
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
regenerate linux-x86_64
Signed-off-by:
N
code4lala
<
fengziteng2@huawei.com
>
上级
919b2606
变更
7
展开全部
隐藏空白更改
内联
并排
Showing
7 changed file
with
2438 addition
and
2399 deletion
+2438
-2399
build_all_generated/linux-x86_64/Makefile
build_all_generated/linux-x86_64/Makefile
+1679
-1654
build_all_generated/linux-x86_64/Makefile.in
build_all_generated/linux-x86_64/Makefile.in
+6
-2
build_all_generated/linux-x86_64/configdata.pm
build_all_generated/linux-x86_64/configdata.pm
+15
-5
build_all_generated/linux-x86_64/crypto/buildinf.h
build_all_generated/linux-x86_64/crypto/buildinf.h
+1
-1
build_all_generated/linux-x86_64/include/openssl/x509v3.h
build_all_generated/linux-x86_64/include/openssl/x509v3.h
+1
-1
build_all_generated/linux-x86_64/pod2htmd.tmp
build_all_generated/linux-x86_64/pod2htmd.tmp
+734
-734
build_all_generated/linux-x86_64/util/wrap.pl
build_all_generated/linux-x86_64/util/wrap.pl
+2
-2
未找到文件。
build_all_generated/linux-x86_64/Makefile
浏览文件 @
0ae494d1
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
build_all_generated/linux-x86_64/Makefile.in
浏览文件 @
0ae494d1
此差异已折叠。
点击以展开。
build_all_generated/linux-x86_64/configdata.pm
浏览文件 @
0ae494d1
...
...
@@ -8588,6 +8588,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-lib-rsaz-avx2.o",
"crypto/bn/libcrypto-lib-rsaz-avx512.o",
"crypto/bn/libcrypto-lib-rsaz-x86_64.o",
...
...
@@ -8628,6 +8629,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/libcrypto-shlib-rsaz-avx2.o",
"crypto/bn/libcrypto-shlib-rsaz-avx512.o",
"crypto/bn/libcrypto-shlib-rsaz-x86_64.o",
...
...
@@ -20989,6 +20991,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/libcrypto-shlib-rsaz-avx2.o",
"crypto/bn/libcrypto-shlib-rsaz-avx512.o",
"crypto/bn/libcrypto-shlib-rsaz-x86_64.o",
...
...
@@ -22765,6 +22768,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-lib-rsaz-avx2.o" => [
"crypto/bn/rsaz-avx2.s"
],
...
...
@@ -22885,6 +22891,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/libcrypto-shlib-rsaz-avx2.o" => [
"crypto/bn/rsaz-avx2.s"
],
...
...
@@ -26906,6 +26915,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-lib-rsaz-avx2.o",
"crypto/bn/libcrypto-lib-rsaz-avx512.o",
"crypto/bn/libcrypto-lib-rsaz-x86_64.o",
...
...
@@ -30412,8 +30422,8 @@ unless (caller) {
use File::Copy;
use Pod::Usage;
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-x86_64
/util/perl';
use OpenSSL::fallback '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-x86_64
/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);
...
...
@@ -30440,7 +30450,7 @@ unless (caller) {
);
use lib '.';
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-x86_64
/Configurations';
use lib '/
tmp/third_party_openssl
/Configurations';
use gentemplate;
open my $buildfile_template_fh, ">$buildfile_template"
...
...
@@ -30457,8 +30467,8 @@ unless (caller) {
my $prepend = <<'_____';
use File::Spec::Functions;
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-x86_64
/util/perl';
use lib '/
mnt/data/f00574894/openssl/openssl3.0.7/openssl-linux-x86_64
/Configurations';
use lib '/
tmp/third_party_openssl
/util/perl';
use lib '/
tmp/third_party_openssl
/Configurations';
use lib '.';
use platform;
_____
build_all_generated/linux-x86_64/crypto/buildinf.h
浏览文件 @
0ae494d1
...
...
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-x86_64"
#define DATE "built on: Wed
Feb 22 02:56:11
2023 UTC"
#define DATE "built on: Wed
Apr 26 07:09:18
2023 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
...
...
build_all_generated/linux-x86_64/include/openssl/x509v3.h
浏览文件 @
0ae494d1
...
...
@@ -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
;
...
...
build_all_generated/linux-x86_64/pod2htmd.tmp
浏览文件 @
0ae494d1
此差异已折叠。
点击以展开。
build_all_generated/linux-x86_64/util/wrap.pl
浏览文件 @
0ae494d1
...
...
@@ -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-x86_64
/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-x86_64
/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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录