Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
0cceb1c7
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看板
提交
0cceb1c7
编写于
25年前
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
BSD/OS 4.x support (bsdi-elf-gcc)
上级
7e258a56
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
13 addition
and
7 deletion
+13
-7
CHANGES
CHANGES
+5
-0
Configure
Configure
+1
-0
STATUS
STATUS
+2
-7
config
config
+5
-0
未找到文件。
CHANGES
浏览文件 @
0cceb1c7
...
...
@@ -3,6 +3,11 @@
_______________
Changes between 0.9.3a and 0.9.4
*) 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".
...
...
This diff is collapsed.
Click to expand it.
Configure
浏览文件 @
0cceb1c7
...
...
@@ -178,6 +178,7 @@ my %table=(
"FreeBSD", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm",
"FreeBSD-elf", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
"bsdi-gcc", "gcc:-O3 -ffast-math -DL_ENDIAN -DPERL5 -m486:(unknown)::RSA_LLONG $x86_gcc_des $x86_gcc_opts:$x86_bsdi_asm",
"bsdi-elf-gcc", "gcc:-O3 -ffast-math -DL_ENDIAN -DPERL5 -m486:(unknown)::RSA_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
"nextstep", "cc:-O3 -Wall:(unknown)::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",
# NCR MP-RAS UNIX ver 02.03.01
"ncr-scde","cc:-O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw:(unknown):-lsocket -lnsl:$x86_gcc_des ${x86_gcc_opts}:::",
...
...
This diff is collapsed.
Click to expand it.
STATUS
浏览文件 @
0cceb1c7
OpenSSL STATUS Last modified at
______________ $Date: 1999/05/30
13:54:25
$
______________ $Date: 1999/05/30
23:54:52
$
DEVELOPMENT STATE
...
...
@@ -12,7 +12,7 @@
RELEASE SHOWSTOPPERS
o
BSD/OS: assembler functions must not have leading underscores
o
AVAILABLE PATCHES
...
...
@@ -61,11 +61,6 @@
o broken demos
o salzr@certco.com (Rich Salz): Bug in X509_name_print
<29E0A6D39ABED111A36000A0C99609CA2C2BA4@macertco-srv1.ma.certco.com>
o [ Compilation warnings: ctype-related int vs. char ]
=> now casts (unsigned char), maybe those arrays should have
members of that type rather than plain char (i.e.
unsigned char *p; ....; if (isspace(*p)) ...; where it's now
char *p; ....; if (isspace((unsigned char)*p)) ...;)
o $(PERL) in */Makefile.ssl
o "Sign the certificate?" - "n" creates empty certificate file
o dubious declaration of crypt() in des.h
...
...
This diff is collapsed.
Click to expand it.
config
浏览文件 @
0cceb1c7
...
...
@@ -114,6 +114,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo
"
${
MACHINE
}
-lynx-lynxos"
;
exit
0
;;
BSD/OS:4.
*
)
echo
"
${
MACHINE
}
-whatever-bsdi4"
;
exit
0
;;
BSD/386:
*
:
*
:
*
486
*
|
BSD/OS:
*
:
*
:
*
:
*
486
*
)
echo
"i486-whatever-bsdi"
;
exit
0
;;
...
...
@@ -321,6 +325,7 @@ case "$GUESSOS" in
alpha
*
-
*
-openbsd
)
OUT
=
"OpenBSD-alpha"
;;
pmax
*
-
*
-openbsd
)
OUT
=
"OpenBSD-mips"
;;
*
-
*
-openbsd
)
OUT
=
"OpenBSD"
;;
*
86
*
-
*
-bsdi4
)
OUT
=
"bsdi-elf-gcc"
;;
*
-
*
-osf
)
OUT
=
"alpha-cc"
;;
*
-
*
-unixware
*
)
OUT
=
"unixware-2.0"
;;
RM
*
-siemens-sysv4
)
OUT
=
"ReliantUNIX"
;;
...
...
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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
新手
引导
客服
返回
顶部