Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
43eb3b01
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看板
提交
43eb3b01
编写于
4月 08, 2003
作者:
R
Richard Levitte
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
of unneeded includes of openssl/engine.h.
上级
0a861ab7
变更
8
隐藏空白更改
内联
并排
Showing
8 changed file
with
0 addition
and
25 deletion
+0
-25
crypto/dh/dh_key.c
crypto/dh/dh_key.c
+0
-3
crypto/dsa/dsa_ossl.c
crypto/dsa/dsa_ossl.c
+0
-3
crypto/dsa/dsa_sign.c
crypto/dsa/dsa_sign.c
+0
-3
crypto/dsa/dsa_vrf.c
crypto/dsa/dsa_vrf.c
+0
-3
crypto/dsa/dsatest.c
crypto/dsa/dsatest.c
+0
-4
crypto/evp/evp_acnf.c
crypto/evp/evp_acnf.c
+0
-3
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_eay.c
+0
-3
crypto/rsa/rsa_test.c
crypto/rsa/rsa_test.c
+0
-3
未找到文件。
crypto/dh/dh_key.c
浏览文件 @
43eb3b01
...
...
@@ -61,9 +61,6 @@
#include <openssl/bn.h>
#include <openssl/rand.h>
#include <openssl/dh.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
static
int
generate_key
(
DH
*
dh
);
static
int
compute_key
(
unsigned
char
*
key
,
const
BIGNUM
*
pub_key
,
DH
*
dh
);
...
...
crypto/dsa/dsa_ossl.c
浏览文件 @
43eb3b01
...
...
@@ -64,9 +64,6 @@
#include <openssl/dsa.h>
#include <openssl/rand.h>
#include <openssl/asn1.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
static
DSA_SIG
*
dsa_do_sign
(
const
unsigned
char
*
dgst
,
int
dlen
,
DSA
*
dsa
);
static
int
dsa_sign_setup
(
DSA
*
dsa
,
BN_CTX
*
ctx_in
,
BIGNUM
**
kinvp
,
BIGNUM
**
rp
);
...
...
crypto/dsa/dsa_sign.c
浏览文件 @
43eb3b01
...
...
@@ -64,9 +64,6 @@
#include <openssl/dsa.h>
#include <openssl/rand.h>
#include <openssl/asn1.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
DSA_SIG
*
DSA_do_sign
(
const
unsigned
char
*
dgst
,
int
dlen
,
DSA
*
dsa
)
{
...
...
crypto/dsa/dsa_vrf.c
浏览文件 @
43eb3b01
...
...
@@ -65,9 +65,6 @@
#include <openssl/rand.h>
#include <openssl/asn1.h>
#include <openssl/asn1_mac.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
int
DSA_do_verify
(
const
unsigned
char
*
dgst
,
int
dgst_len
,
DSA_SIG
*
sig
,
DSA
*
dsa
)
...
...
crypto/dsa/dsatest.c
浏览文件 @
43eb3b01
...
...
@@ -74,10 +74,6 @@
#include <openssl/rand.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#include <openssl/e_os2.h>
#endif
#ifdef OPENSSL_NO_DSA
int
main
(
int
argc
,
char
*
argv
[])
...
...
crypto/evp/evp_acnf.c
浏览文件 @
43eb3b01
...
...
@@ -59,9 +59,6 @@
#include "cryptlib.h"
#include <openssl/evp.h>
#include <openssl/conf.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
/* Load all algorithms and configure OpenSSL.
...
...
crypto/rsa/rsa_eay.c
浏览文件 @
43eb3b01
...
...
@@ -61,9 +61,6 @@
#include <openssl/bn.h>
#include <openssl/rsa.h>
#include <openssl/rand.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#ifndef RSA_NULL
...
...
crypto/rsa/rsa_test.c
浏览文件 @
43eb3b01
...
...
@@ -16,9 +16,6 @@ int main(int argc, char *argv[])
}
#else
#include <openssl/rsa.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#define SetKey \
key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录