Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
5ad4fdce
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
接近 2 年 前同步成功
通知
12
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看板
提交
5ad4fdce
编写于
12月 22, 2014
作者:
R
Rich Salz
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
RT3548: Remove unsupported platforms.
This commit removes MPE/iX Reviewed-by:
N
Andy Polyakov
<
appro@openssl.org
>
上级
67472bd8
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
3 addition
and
16 deletion
+3
-16
CHANGES
CHANGES
+1
-0
apps/s_socket.c
apps/s_socket.c
+1
-1
crypto/bio/bss_conn.c
crypto/bio/bss_conn.c
+1
-1
crypto/des/read_pwd.c
crypto/des/read_pwd.c
+0
-6
e_os.h
e_os.h
+0
-5
e_os2.h
e_os2.h
+0
-3
未找到文件。
CHANGES
浏览文件 @
5ad4fdce
...
...
@@ -31,6 +31,7 @@
BEOS and BEOS_R5
NeXT
SUNOS
MPE/iX
[Rich Salz]
*) Experimental support for a new, fast, unbiased prime candidate generator,
...
...
apps/s_socket.c
浏览文件 @
5ad4fdce
...
...
@@ -269,7 +269,7 @@ static int init_client_ip(int *sock, const unsigned char ip[4], int port,
if
(
s
==
INVALID_SOCKET
)
{
perror
(
"socket"
);
return
(
0
);
}
#if defined(SO_KEEPALIVE)
&& !defined(OPENSSL_SYS_MPE)
#if defined(SO_KEEPALIVE)
if
(
type
==
SOCK_STREAM
)
{
i
=
0
;
...
...
crypto/bio/bss_conn.c
浏览文件 @
5ad4fdce
...
...
@@ -236,7 +236,7 @@ static int conn_state(BIO *b, BIO_CONNECT *c)
}
c
->
state
=
BIO_CONN_S_CONNECT
;
#if defined(SO_KEEPALIVE)
&& !defined(OPENSSL_SYS_MPE)
#if defined(SO_KEEPALIVE)
i
=
1
;
i
=
setsockopt
(
b
->
num
,
SOL_SOCKET
,
SO_KEEPALIVE
,(
char
*
)
&
i
,
sizeof
(
i
));
if
(
i
<
0
)
...
...
crypto/des/read_pwd.c
浏览文件 @
5ad4fdce
...
...
@@ -289,9 +289,7 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
#elif defined(OPENSSL_SYS_VXWORKS)
tty
=
stdin
;
#else
#ifndef OPENSSL_SYS_MPE
if
((
tty
=
fopen
(
"/dev/tty"
,
"r"
))
==
NULL
)
#endif
tty
=
stdin
;
#endif
...
...
@@ -332,12 +330,8 @@ int des_read_pw(char *buf, char *buff, int size, const char *prompt,
#if defined(TTY_set) && !defined(OPENSSL_SYS_VMS)
if
(
is_a_tty
&&
(
TTY_set
(
fileno
(
tty
),
&
tty_new
)
==
-
1
))
#ifdef OPENSSL_SYS_MPE
;
/* MPE lies -- echo really has been disabled */
#else
return
(
-
1
);
#endif
#endif
#ifdef OPENSSL_SYS_VMS
tty_new
[
0
]
=
tty_orig
[
0
];
tty_new
[
1
]
=
tty_orig
[
1
]
|
TT
$
M_NOECHO
;
...
...
e_os.h
浏览文件 @
5ad4fdce
...
...
@@ -421,9 +421,6 @@ static __inline unsigned int _strlen31(const char *str)
# else
/* !defined VMS */
# ifdef OPENSSL_SYS_MPE
# define NO_SYS_PARAM_H
# endif
# ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD
# else
...
...
@@ -527,8 +524,6 @@ static __inline unsigned int _strlen31(const char *str)
# endif
# ifdef OPENSSL_SYS_VXWORKS
# include <time.h>
# elif !defined(OPENSSL_SYS_MPE)
# include <sys/time.h>
/* Needed under linux for FD_XXX */
# endif
# include <netdb.h>
...
...
e_os2.h
浏览文件 @
5ad4fdce
...
...
@@ -156,9 +156,6 @@ extern "C" {
# if defined(linux) || defined(__linux__) || defined(OPENSSL_SYSNAME_LINUX)
# define OPENSSL_SYS_LINUX
# endif
# ifdef OPENSSL_SYSNAME_MPE
# define OPENSSL_SYS_MPE
# endif
# ifdef OPENSSL_SYSNAME_SNI
# define OPENSSL_SYS_SNI
# endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录