Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
4b55c2a3
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看板
提交
4b55c2a3
编写于
5月 21, 1999
作者:
D
Dr. Stephen Henson
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they will
always get included with the relevant files.
上级
470df4b9
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
3 deletion
+11
-3
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7.h
+5
-0
crypto/x509/x509.h
crypto/x509/x509.h
+6
-0
e_os.h
e_os.h
+0
-3
未找到文件。
crypto/pkcs7/pkcs7.h
浏览文件 @
4b55c2a3
...
@@ -66,6 +66,11 @@ extern "C" {
...
@@ -66,6 +66,11 @@ extern "C" {
#include <openssl/bio.h>
#include <openssl/bio.h>
#include <openssl/x509.h>
#include <openssl/x509.h>
#ifdef WIN32
/* Under Win32 this is defined in wincrypt.h */
#undef PKCS7_ISSUER_AND_SERIAL
#endif
/*
/*
Encryption_ID DES-CBC
Encryption_ID DES-CBC
Digest_ID MD5
Digest_ID MD5
...
...
crypto/x509/x509.h
浏览文件 @
4b55c2a3
...
@@ -86,6 +86,12 @@ extern "C" {
...
@@ -86,6 +86,12 @@ extern "C" {
#include <openssl/evp.h>
#include <openssl/evp.h>
#ifdef WIN32
/* Under Win32 this is defined in wincrypt.h */
#undef X509_NAME
#endif
#define X509_FILETYPE_PEM 1
#define X509_FILETYPE_PEM 1
#define X509_FILETYPE_ASN1 2
#define X509_FILETYPE_ASN1 2
#define X509_FILETYPE_DEFAULT 3
#define X509_FILETYPE_DEFAULT 3
...
...
e_os.h
浏览文件 @
4b55c2a3
...
@@ -103,9 +103,6 @@ extern "C" {
...
@@ -103,9 +103,6 @@ extern "C" {
#ifdef WIN32
#ifdef WIN32
#define get_last_sys_error() GetLastError()
#define get_last_sys_error() GetLastError()
#define clear_sys_error() SetLastError(0)
#define clear_sys_error() SetLastError(0)
/* These are defined in wincrypt.h and can cause problems */
#undef X509_NAME
#undef PKCS7_SIGNER_INFO
#if !defined(WINNT)
#if !defined(WINNT)
#define WIN_CONSOLE_BUG
#define WIN_CONSOLE_BUG
#endif
#endif
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录