Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
83ec54b4
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看板
提交
83ec54b4
编写于
25年前
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Make CC,CFLAG etc get passed to make links and various Win32 fixes.
上级
e476f425
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
10 addition
and
6 deletion
+10
-6
CHANGES
CHANGES
+5
-0
INSTALL.W32
INSTALL.W32
+2
-3
Makefile.org
Makefile.org
+1
-1
ms/testpem.bat
ms/testpem.bat
+1
-1
util/pl/VC-32.pl
util/pl/VC-32.pl
+1
-1
未找到文件。
CHANGES
浏览文件 @
83ec54b4
...
...
@@ -5,6 +5,11 @@
Changes between 0.9.1c and 0.9.2
*) Fix Makefile.org so CC,CFLAG etc are passed to 'make links' add
advapi32.lib to Win32 build and change the pem test comparision
to fc.exe (thanks to Ulrich Kroener <kroneru@yahoo.com> for the
suggestion).
*) DES quad checksum was broken on big-endian architectures. Fixed.
[Ben Laurie]
...
...
This diff is collapsed.
Click to expand it.
INSTALL.W32
浏览文件 @
83ec54b4
...
...
@@ -48,7 +48,7 @@ perl util\mkdef.pl crypto ssl update
then ms\do_ms should not give a warning any more. However the numbers that get
assigned by this technique may not match those that eventually get assigned
in the CVS tree: so
you
anything linked against this version of the library
in the CVS tree: so anything linked against this version of the library
may need to be recompiled.
If you get errors about unresolved externals then this means that either you
...
...
@@ -86,8 +86,7 @@ to make a debugging version of the library.
If you want to enable the NT specific features of OpenSSL (currently only
the logging BIO) follow the instructions above but call the batch file
do_nt.bat instead of do_ms.bat. If you do this then you will no longer be able
to run the OpenSSL binaries under Windows 95 or 98.
do_nt.bat instead of do_ms.bat.
You can also build a static version of the library using the Makefile ms\nt.mak
...
...
This diff is collapsed.
Click to expand it.
Makefile.org
浏览文件 @
83ec54b4
...
...
@@ -238,7 +238,7 @@ links:
@
$(TOP)
/util/mklink.sh include
$(EXHEADER)
@
for
i
in
$(DIRS)
;
do
\
(
cd
$$
i
&&
echo
"making links in
$$
i..."
&&
\
$(MAKE)
SDIRS
=
'
${SDIRS
}
'
links
)
||
exit
1
;
\
$(MAKE)
CC
=
'
${CC}
'
PLATFORM
=
'
${PLATFORM}
'
CFLAG
=
'
${CFLAG}
'
SDIRS
=
'
$(SDIRS)
'
INSTALLTOP
=
'
${INSTALLTOP}
'
PEX_LIBS
=
'
${PEX_LIBS}
'
EX_LIBS
=
'
${EX_LIBS}
'
BN_ASM
=
'
${BN_ASM}
'
DES_ENC
=
'
${DES_ENC}
'
BF_ENC
=
'
${BF_ENC}
'
CAST_ENC
=
'
${CAST_ENC}
'
RC4_ENC
=
'
${RC4_ENC}
'
RC5_ENC
=
'
${RC5_ENC}
'
SHA1_ASM_OBJ
=
'
${SHA1_ASM_OBJ}
'
MD5_ASM_OBJ
=
'
${MD5_ASM_OBJ}
'
RMD160_ASM_OBJ
=
'
${RMD160_ASM_OBJ}
'
AR
=
'
${AR
}
'
links
)
||
exit
1
;
\
done
;
@
(
OPENSSL
=
"
`
pwd
`
/apps/openssl"
;
export
OPENSSL
;
sh tools/c_rehash certs
)
...
...
This diff is collapsed.
Click to expand it.
ms/testpem.bat
浏览文件 @
83ec54b4
echo
=
off
set
ssleay
=
%
1
%
set
tmp1
=
pem
.out
set
cmp
=
perl
..\ms\cmp.pl
set
cmp
=
fc.exe
call
tpem
.bat
crl
..\test\testcrl.pem
if
errorlevel
1
goto
err
...
...
This diff is collapsed.
Click to expand it.
util/pl/VC-32.pl
浏览文件 @
83ec54b4
...
...
@@ -113,7 +113,7 @@ sub do_lib_rule
else
{
local
(
$ex
)
=
(
$target
=~
/O_SSL/
)?'
$(L_CRYPTO)
':'';
$ex
.=
'
wsock32.lib gdi32.lib
';
$ex
.=
'
wsock32.lib gdi32.lib
advapi32.lib
';
$ret
.=
"
\t\$
(LINK)
\$
(MLFLAGS)
$efile$target
/def:ms/
${Name}
.def @<<
\n
\$
(SHLIB_EX_OBJ)
$objs
$ex
\n
<<
\n
";
}
$ret
.=
"
\n
";
...
...
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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部