Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
a5bc1e85
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看板
提交
a5bc1e85
编写于
2月 22, 2001
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Use e_os2.h rather than opensslconf.h, since some needed macros are
defined there.
上级
c38171ba
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
9 addition
and
8 deletion
+9
-8
crypto/bio/bss_log.c
crypto/bio/bss_log.c
+1
-1
crypto/bn/bn.h
crypto/bn/bn.h
+1
-1
crypto/des/des_locl.h
crypto/des/des_locl.h
+2
-2
crypto/des/destest.c
crypto/des/destest.c
+4
-3
crypto/des/read_pwd.c
crypto/des/read_pwd.c
+1
-1
未找到文件。
crypto/bio/bss_log.c
浏览文件 @
a5bc1e85
...
...
@@ -66,7 +66,7 @@
#include <stdio.h>
#include <errno.h>
#include <openssl/
opensslconf
.h>
#include <openssl/
e_os2
.h>
#if defined(OPENSSL_SYS_WIN32)
# include <process.h>
...
...
crypto/bn/bn.h
浏览文件 @
a5bc1e85
...
...
@@ -59,10 +59,10 @@
#ifndef HEADER_BN_H
#define HEADER_BN_H
#include <openssl/e_os2.h>
#ifndef OPENSSL_NO_FP_API
#include <stdio.h>
/* FILE */
#endif
#include <openssl/opensslconf.h>
#ifdef __cplusplus
extern
"C"
{
...
...
crypto/des/des_locl.h
浏览文件 @
a5bc1e85
...
...
@@ -59,6 +59,8 @@
#ifndef HEADER_DES_LOCL_H
#define HEADER_DES_LOCL_H
#include <openssl/e_os2.h>
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
#ifndef OPENSSL_SYS_MSDOS
#define OPENSSL_SYS_MSDOS
...
...
@@ -68,8 +70,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <openssl/opensslconf.h>
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
#ifdef OPENSSL_UNISTD
...
...
crypto/des/destest.c
浏览文件 @
a5bc1e85
...
...
@@ -56,15 +56,16 @@
* [including the GNU Public Licence.]
*/
#include <stdio.h>
#include <stdlib.h>
#include <openssl/e_os2.h>
#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WINDOWS)
#ifndef OPENSSL_SYS_MSDOS
#define OPENSSL_SYS_MSDOS
#endif
#endif
#include <stdio.h>
#include <stdlib.h>
#include <openssl/opensslconf.h>
#ifndef OPENSSL_SYS_MSDOS
#if !defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_VMS_DECC)
#include OPENSSL_UNISTD
...
...
crypto/des/read_pwd.c
浏览文件 @
a5bc1e85
...
...
@@ -56,7 +56,7 @@
* [including the GNU Public Licence.]
*/
#include <openssl/
opensslconf
.h>
#include <openssl/
e_os2
.h>
#if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
#ifdef OPENSSL_UNISTD
# include OPENSSL_UNISTD
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录