Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
748365ee
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
1 年多 前同步成功
通知
10
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看板
提交
748365ee
编写于
25年前
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
More consistency.
上级
6d114240
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
33 addition
and
7 deletion
+33
-7
CHANGES
CHANGES
+7
-2
ms/mw.bat
ms/mw.bat
+1
-1
util/do_ms.sh
util/do_ms.sh
+3
-3
util/libeay.num
util/libeay.num
+21
-0
util/mk1mf.pl
util/mk1mf.pl
+1
-1
未找到文件。
CHANGES
浏览文件 @
748365ee
...
...
@@ -5,9 +5,13 @@
Changes between 0.9.3a and 0.9.4
*) New configuration variant "bsdi-elf-gcc" (BSD/OS 4.x)
*) Additional typesafe stacks.
[Ben Laurie]
*) New configuration variant "bsdi-elf-gcc" (BSD/OS 4.x).
[Bodo Moeller]
Changes between 0.9.3 and 0.9.3a [29 May 1999]
*) New configuration variant "sco5-gcc".
...
...
@@ -34,6 +38,7 @@
*) Improvements for VMS support.
[Richard Levitte]
Changes between 0.9.2b and 0.9.3 [24 May 1999]
*) Bignum library bug fix. IRIX 6 passes "make test" now!
...
...
@@ -378,7 +383,7 @@
[Ulf Möller]
*) Tweaks to Configure
Niels Poppe <niels@netbox.org>
[Niels Poppe <niels@netbox.org>]
*) Add support for PKCS#5 v2.0 ASN1 PBES2 structures. No other support,
yet...
...
...
This diff is collapsed.
Click to expand it.
ms/mw.bat
浏览文件 @
748365ee
...
...
@@ -5,7 +5,7 @@
perl
util
\mkfiles.pl
>
MINFO
perl
util
\mk1mf.pl
Mingw32
>
ms
\mingw32.mak
perl
util
\mk1mf.pl
Mingw32
-files
>
ms
\mingw32f.mak
@rem DLL defintion files
@rem DLL defin
i
tion files
perl
util
\mkdef.pl
32
libeay
>
ms
\libeay32.def
if
errorlevel
1
goto
end
perl
util
\mkdef.pl
32
ssleay
>
ms
\ssleay32.def
...
...
This diff is collapsed.
Click to expand it.
util/do_ms.sh
浏览文件 @
748365ee
...
...
@@ -5,11 +5,11 @@
PATH
=
util:../util:
$PATH
# perl util/mk1mf.pl
VC-MSDOS no-sock
>ms/msdos.mak
# perl util/mk1mf.pl
no-sock VC-MSDOS
>ms/msdos.mak
# perl util/mk1mf.pl VC-W31-32 >ms/w31.mak
perl util/mk1mf.pl
VC-WIN16 dll
>
ms/w31dll.mak
perl util/mk1mf.pl
dll VC-WIN16
>
ms/w31dll.mak
# perl util/mk1mf.pl VC-WIN32 >ms/nt.mak
perl util/mk1mf.pl
VC-WIN32 dll
>
ms/ntdll.mak
perl util/mk1mf.pl
dll VC-WIN32
>
ms/ntdll.mak
perl util/mk1mf.pl Mingw32
>
ms/mingw32.mak
perl util/mk1mf.pl Mingw32-files
>
ms/mingw32f.mak
...
...
This diff is collapsed.
Click to expand it.
util/libeay.num
浏览文件 @
748365ee
...
...
@@ -1628,3 +1628,24 @@ d2i_ASN1_UINTEGER 1652
sk_value 1653
sk_num 1654
sk_set 1655
sk_X509_REVOKED_set_cmp_func 1656
sk_X509_REVOKED_unshift 1657
sk_X509_REVOKED_dup 1658
sk_X509_REVOKED_free 1659
sk_X509_REVOKED_new 1660
i2d_ASN1_SET_OF_X509_REVOKED 1661
sk_X509_REVOKED_shift 1662
sk_X509_REVOKED_delete_ptr 1663
sk_X509_REVOKED_pop_free 1664
sk_X509_REVOKED_insert 1665
sk_X509_REVOKED_zero 1666
sk_X509_REVOKED_pop 1667
sk_X509_REVOKED_value 1668
sk_X509_REVOKED_num 1669
sk_X509_REVOKED_push 1670
sk_sort 1671
sk_X509_REVOKED_find 1672
sk_X509_REVOKED_delete 1673
d2i_ASN1_SET_OF_X509_REVOKED 1674
sk_X509_REVOKED_new_null 1675
sk_X509_REVOKED_set 1676
This diff is collapsed.
Click to expand it.
util/mk1mf.pl
浏览文件 @
748365ee
...
...
@@ -45,7 +45,7 @@ foreach (@ARGV)
if
(
!
&read_options
&&
!
defined
(
$ops
{
$_
}))
{
print
STDERR
"
unknown option -
$_
\n
";
print
STDERR
"
usage: perl mk1mf.pl [
system] [options
]
\n
";
print
STDERR
"
usage: perl mk1mf.pl [
options] [system
]
\n
";
print
STDERR
"
\n
where [system] can be one of the following
\n
";
foreach
$i
(
sort
keys
%ops
)
{
printf
STDERR
"
\t
%-10s
\t
%s
\n
",
$i
,
$ops
{
$i
};
}
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部