Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
59ff1ce0
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看板
提交
59ff1ce0
编写于
12月 18, 2014
作者:
R
Rich Salz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
RT3548: Remove some obsolete platforms
This commit removes Sony NEWS4 Reviewed-by:
N
Richard Levitte
<
levitte@openssl.org
>
上级
5a1e8c67
变更
4
隐藏空白更改
内联
并排
Showing
4 changed file
with
5 addition
and
13 deletion
+5
-13
CHANGES
CHANGES
+3
-1
Configure
Configure
+0
-3
e_os.h
e_os.h
+1
-5
e_os2.h
e_os2.h
+1
-4
未找到文件。
CHANGES
浏览文件 @
59ff1ce0
...
...
@@ -17,7 +17,9 @@
done while fixing the error code for the key-too-small case.
[Annie Yousar <a.yousar@informatik.hu-berlin.de>]
*) Remove BEOS and BEOS_R5 code.
*) Remove various unsupported platforms:
Sony NEWS4
Remove BEOS and BEOS_R5
[Rich Salz]
*) Experimental support for a new, fast, unbiased prime candidate generator,
...
...
Configure
浏览文件 @
59ff1ce0
...
...
@@ -626,9 +626,6 @@ my %table=(
##### A/UX
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",
##### Sony NEWS-OS 4.x
"newsos4-gcc","gcc:-O -DB_ENDIAN::(unknown):NEWS4:-lmld -liberty:BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR::::",
##### GNU Hurd
"hurd-x86", "gcc:-DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC",
...
...
e_os.h
浏览文件 @
59ff1ce0
...
...
@@ -432,15 +432,11 @@ static __inline unsigned int _strlen31(const char *str)
# ifndef NO_SYS_TYPES_H
# include <sys/types.h>
# endif
# if defined(NeXT)
|| defined(OPENSSL_SYS_NEWS4)
# if defined(NeXT)
# define pid_t int
/* pid_t is missing on NEXTSTEP/OPENSTEP
* (unless when compiling with -D_POSIX_SOURCE,
* which doesn't work for us) */
# endif
# ifdef OPENSSL_SYS_NEWS4
/* setvbuf is missing on mips-sony-bsd */
# define setvbuf(a, b, c, d) setbuffer((a), (b), (d))
typedef
unsigned
long
clock_t
;
# endif
# ifdef OPENSSL_SYS_WIN32_CYGWIN
# include <io.h>
# include <fcntl.h>
...
...
e_os2.h
浏览文件 @
59ff1ce0
...
...
@@ -165,9 +165,6 @@ extern "C" {
# ifdef OPENSSL_SYSNAME_ULTRASPARC
# define OPENSSL_SYS_ULTRASPARC
# endif
# ifdef OPENSSL_SYSNAME_NEWS4
# define OPENSSL_SYS_NEWS4
# endif
# ifdef OPENSSL_SYSNAME_MACOSX
# define OPENSSL_SYS_MACOSX
# endif
...
...
@@ -272,7 +269,7 @@ extern "C" {
# define ossl_ssize_t long
#endif
#if defined(NeXT) || defined(OPENSSL_SYS_
NEWS4) || defined(OPENSSL_SYS_
SUNOS)
#if defined(NeXT) || defined(OPENSSL_SYS_SUNOS)
# define ssize_t int
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录