Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
01682a8b
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
提交
01682a8b
编写于
4月 20, 2002
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Make sure ec and ecdsa is properly handled in Windows.
Notified by Bernd Matthes <bernd.matthes@gemplus.com>
上级
8b07f23c
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
8 addition
and
1 deletion
+8
-1
util/mk1mf.pl
util/mk1mf.pl
+7
-1
util/mkfiles.pl
util/mkfiles.pl
+1
-0
未找到文件。
util/mk1mf.pl
浏览文件 @
01682a8b
...
...
@@ -62,6 +62,8 @@ and [options] can be one of
just-ssl - remove all non-ssl keys/digest
no-asm - No x86 asm
no-krb5 - No KRB5
no-ec - No EC
no-ecdsa - No ECDSA
nasm - Use NASM for x86 asm
gaswin - Use GNU as with Mingw32
no-socks - No socket code
...
...
@@ -224,7 +226,9 @@ $cflags.=" -DOPENSSL_NO_SOCK" if $no_sock;
$cflags
.=
"
-DOPENSSL_NO_SSL2
"
if
$no_ssl2
;
$cflags
.=
"
-DOPENSSL_NO_SSL3
"
if
$no_ssl3
;
$cflags
.=
"
-DOPENSSL_NO_ERR
"
if
$no_err
;
$cflags
.=
"
-DOPENSSL_NO_KRB5
"
if
$no_krb5
;
$cflags
.=
"
-DOPENSSL_NO_KRB5
"
if
$no_krb5
;
$cflags
.=
"
-DOPENSSL_NO_EC
"
if
$no_ec
;
$cflags
.=
"
-DOPENSSL_NO_ECDSA
"
if
$no_ecdsa
;
#$cflags.=" -DRSAref" if $rsaref ne "";
## if ($unix)
...
...
@@ -882,6 +886,8 @@ sub read_options
elsif
(
/^no-err$/
)
{
$no_err
=
1
;
}
elsif
(
/^no-sock$/
)
{
$no_sock
=
1
;
}
elsif
(
/^no-krb5$/
)
{
$no_krb5
=
1
;
}
elsif
(
/^no-ec$/
)
{
$no_ec
=
1
;
}
elsif
(
/^no-ecdsa$/
)
{
$no_ecdsa
=
1
;
}
elsif
(
/^just-ssl$/
)
{
$no_rc2
=
$no_idea
=
$no_des
=
$no_bf
=
$no_cast
=
1
;
$no_md2
=
$no_sha
=
$no_mdc2
=
$no_dsa
=
$no_dh
=
1
;
...
...
util/mkfiles.pl
浏览文件 @
01682a8b
...
...
@@ -30,6 +30,7 @@ my @dirs = (
"
crypto/dso
",
"
crypto/dh
",
"
crypto/ec
",
"
crypto/ecdsa
",
"
crypto/buffer
",
"
crypto/bio
",
"
crypto/stack
",
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录