Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
2f2c805a
T
Third Party Openssl
项目概览
OpenHarmony
/
Third Party Openssl
大约 1 年 前同步成功
通知
9
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看板
体验新版 GitCode,发现更多精彩内容 >>
提交
2f2c805a
编写于
11月 22, 2015
作者:
A
Andy Polyakov
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
e_os.h: __sun done right.
RT #4144 Reviewed-by:
N
Viktor Dukhovni
<
viktor@openssl.org
>
上级
46ddbcf2
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
5 addition
and
25 deletion
+5
-25
crypto/opensslconf.h.in
crypto/opensslconf.h.in
+1
-1
e_os.h
e_os.h
+4
-24
未找到文件。
crypto/opensslconf.h.in
浏览文件 @
2f2c805a
...
@@ -137,7 +137,7 @@
...
@@ -137,7 +137,7 @@
optimization options. Older Sparc's work better with only UNROLL, but
optimization options. Older Sparc's work better with only UNROLL, but
there's no way to tell at compile time what it is you're running on */
there's no way to tell at compile time what it is you're running on */
#if defined(
__sun )
/* Newer Sparc's */
#if defined(
sparc) || defined(__sparc__)
/* Newer Sparc's */
# define DES_PTR
# define DES_PTR
# define DES_RISC1
# define DES_RISC1
# define DES_UNROLL
# define DES_UNROLL
...
...
e_os.h
浏览文件 @
2f2c805a
...
@@ -553,16 +553,12 @@ struct servent *PASCAL getservbyname(const char *, const char *);
...
@@ -553,16 +553,12 @@ struct servent *PASCAL getservbyname(const char *, const char *);
# include <sys/select.h>
# include <sys/select.h>
# endif
# endif
# if
defined(__sun)
# if
ndef VMS
# include <sys/
filio
.h>
# include <sys/
ioctl
.h>
# else
# else
# ifndef VMS
/* ioctl is only in VMS > 7.0 and when socketshr is not used */
# if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000)
# include <sys/ioctl.h>
# include <sys/ioctl.h>
# else
/* ioctl is only in VMS > 7.0 and when socketshr is not used */
# if !defined(TCPIP_TYPE_SOCKETSHR) && defined(__VMS_VER) && (__VMS_VER > 70000000)
# include <sys/ioctl.h>
# endif
# endif
# endif
# endif
# endif
...
@@ -595,22 +591,6 @@ struct servent *PASCAL getservbyname(const char *, const char *);
...
@@ -595,22 +591,6 @@ struct servent *PASCAL getservbyname(const char *, const char *);
# endif
# endif
# if defined(__sun) && !defined(__svr4__) && !defined(__SVR4)
/* include headers first, so our defines don't break it */
# include <stdlib.h>
# include <string.h>
/* bcopy can handle overlapping moves according to SunOS 4.1.4 manpage */
# define memmove(s1,s2,n) bcopy((s2),(s1),(n))
# define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
extern
char
*
sys_errlist
[];
extern
int
sys_nerr
;
# define strerror(errnum) \
(((errnum)<0 || (errnum)>=sys_nerr) ? NULL : sys_errlist[errnum])
/* Being signed SunOS 4.x memcpy breaks ASN1_OBJECT table lookup */
# include "internal/o_str.h"
# define memcmp OPENSSL_memcmp
# endif
# ifndef OPENSSL_EXIT
# ifndef OPENSSL_EXIT
# if defined(MONOLITH) && !defined(OPENSSL_C)
# if defined(MONOLITH) && !defined(OPENSSL_C)
# define OPENSSL_EXIT(n) return(n)
# define OPENSSL_EXIT(n) return(n)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录