Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Openssl
提交
4d7072f4
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看板
提交
4d7072f4
编写于
12月 17, 2001
作者:
B
Bodo Möller
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
remove redundant ERR_load_... declarations
上级
b5348a09
变更
18
隐藏空白更改
内联
并排
Showing
18 changed file
with
1 addition
and
28 deletion
+1
-28
crypto/asn1/asn1.h
crypto/asn1/asn1.h
+0
-2
crypto/bio/bio.h
crypto/bio/bio.h
+0
-2
crypto/bn/bn.h
crypto/bn/bn.h
+0
-1
crypto/buffer/buffer.h
crypto/buffer/buffer.h
+0
-2
crypto/conf/conf.h
crypto/conf/conf.h
+0
-1
crypto/dh/dh.h
crypto/dh/dh.h
+0
-1
crypto/dsa/dsa.h
crypto/dsa/dsa.h
+0
-2
crypto/dso/dso.h
crypto/dso/dso.h
+0
-1
crypto/ec/ectest.c
crypto/ec/ectest.c
+1
-1
crypto/evp/evp.h
crypto/evp/evp.h
+0
-2
crypto/objects/objects.h
crypto/objects/objects.h
+0
-2
crypto/ocsp/ocsp.h
crypto/ocsp/ocsp.h
+0
-2
crypto/pem/pem.h
crypto/pem/pem.h
+0
-2
crypto/pkcs12/pkcs12.h
crypto/pkcs12/pkcs12.h
+0
-1
crypto/pkcs7/pkcs7.h
crypto/pkcs7/pkcs7.h
+0
-2
crypto/x509/x509.h
crypto/x509/x509.h
+0
-1
crypto/x509v3/x509v3.h
crypto/x509v3/x509v3.h
+0
-2
ssl/ssl.h
ssl/ssl.h
+0
-1
未找到文件。
crypto/asn1/asn1.h
浏览文件 @
4d7072f4
...
...
@@ -886,8 +886,6 @@ void ASN1_HEADER_free(ASN1_HEADER *a);
int
ASN1_UNIVERSALSTRING_to_string
(
ASN1_UNIVERSALSTRING
*
s
);
void
ERR_load_ASN1_strings
(
void
);
/* Not used that much at this point, except for the first two */
ASN1_METHOD
*
X509_asn1_meth
(
void
);
ASN1_METHOD
*
RSAPrivateKey_asn1_meth
(
void
);
...
...
crypto/bio/bio.h
浏览文件 @
4d7072f4
...
...
@@ -591,8 +591,6 @@ int BIO_sock_init(void );
void
BIO_sock_cleanup
(
void
);
int
BIO_set_tcp_ndelay
(
int
sock
,
int
turn_on
);
void
ERR_load_BIO_strings
(
void
);
BIO
*
BIO_new_socket
(
int
sock
,
int
close_flag
);
BIO
*
BIO_new_fd
(
int
fd
,
int
close_flag
);
BIO
*
BIO_new_connect
(
char
*
host_port
);
...
...
crypto/bn/bn.h
浏览文件 @
4d7072f4
...
...
@@ -420,7 +420,6 @@ int BN_is_prime(const BIGNUM *p,int nchecks,
int
BN_is_prime_fasttest
(
const
BIGNUM
*
p
,
int
nchecks
,
void
(
*
callback
)(
int
,
int
,
void
*
),
BN_CTX
*
ctx
,
void
*
cb_arg
,
int
do_trial_division
);
void
ERR_load_BN_strings
(
void
);
BN_MONT_CTX
*
BN_MONT_CTX_new
(
void
);
void
BN_MONT_CTX_init
(
BN_MONT_CTX
*
ctx
);
...
...
crypto/buffer/buffer.h
浏览文件 @
4d7072f4
...
...
@@ -75,8 +75,6 @@ void BUF_MEM_free(BUF_MEM *a);
int
BUF_MEM_grow
(
BUF_MEM
*
str
,
int
len
);
char
*
BUF_strdup
(
const
char
*
str
);
void
ERR_load_BUF_strings
(
void
);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
...
...
crypto/conf/conf.h
浏览文件 @
4d7072f4
...
...
@@ -110,7 +110,6 @@ long CONF_get_number(LHASH *conf,char *group,char *name);
void
CONF_free
(
LHASH
*
conf
);
int
CONF_dump_fp
(
LHASH
*
conf
,
FILE
*
out
);
int
CONF_dump_bio
(
LHASH
*
conf
,
BIO
*
out
);
void
ERR_load_CONF_strings
(
void
);
/* New conf code. The semantics are different from the functions above.
If that wasn't the case, the above functions would have been replaced */
...
...
crypto/dh/dh.h
浏览文件 @
4d7072f4
...
...
@@ -180,7 +180,6 @@ int DHparams_print(BIO *bp, const DH *x);
#else
int
DHparams_print
(
char
*
bp
,
const
DH
*
x
);
#endif
void
ERR_load_DH_strings
(
void
);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
...
...
crypto/dsa/dsa.h
浏览文件 @
4d7072f4
...
...
@@ -183,8 +183,6 @@ int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
int
DSA_set_ex_data
(
DSA
*
d
,
int
idx
,
void
*
arg
);
void
*
DSA_get_ex_data
(
DSA
*
d
,
int
idx
);
void
ERR_load_DSA_strings
(
void
);
DSA
*
d2i_DSAPublicKey
(
DSA
**
a
,
const
unsigned
char
**
pp
,
long
length
);
DSA
*
d2i_DSAPrivateKey
(
DSA
**
a
,
const
unsigned
char
**
pp
,
long
length
);
DSA
*
d2i_DSAparams
(
DSA
**
a
,
const
unsigned
char
**
pp
,
long
length
);
...
...
crypto/dso/dso.h
浏览文件 @
4d7072f4
...
...
@@ -261,7 +261,6 @@ DSO_METHOD *DSO_METHOD_win32(void);
/* If VMS is defined, use shared images. If not, return NULL. */
DSO_METHOD
*
DSO_METHOD_vms
(
void
);
void
ERR_load_DSO_strings
(
void
);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
...
...
crypto/ec/ectest.c
浏览文件 @
4d7072f4
...
...
@@ -589,7 +589,7 @@ int main(int argc, char *argv[])
}
#if
0
#if
1
timings
(
P_192
,
0
,
ctx
);
timings
(
P_192
,
1
,
ctx
);
timings
(
P_224
,
0
,
ctx
);
...
...
crypto/evp/evp.h
浏览文件 @
4d7072f4
...
...
@@ -538,8 +538,6 @@ int EVP_DecodeFinal(EVP_ENCODE_CTX *ctx, unsigned
char
*
out
,
int
*
outl
);
int
EVP_DecodeBlock
(
unsigned
char
*
t
,
const
unsigned
char
*
f
,
int
n
);
void
ERR_load_EVP_strings
(
void
);
void
EVP_CIPHER_CTX_init
(
EVP_CIPHER_CTX
*
a
);
int
EVP_CIPHER_CTX_cleanup
(
EVP_CIPHER_CTX
*
a
);
int
EVP_CIPHER_CTX_set_key_length
(
EVP_CIPHER_CTX
*
x
,
int
keylen
);
...
...
crypto/objects/objects.h
浏览文件 @
4d7072f4
...
...
@@ -1011,8 +1011,6 @@ int OBJ_cmp(const ASN1_OBJECT *a,const ASN1_OBJECT *b);
const
char
*
OBJ_bsearch
(
const
char
*
key
,
const
char
*
base
,
int
num
,
int
size
,
int
(
*
cmp
)(
const
void
*
,
const
void
*
));
void
ERR_load_OBJ_strings
(
void
);
int
OBJ_new_nid
(
int
num
);
int
OBJ_add_object
(
const
ASN1_OBJECT
*
obj
);
int
OBJ_create
(
const
char
*
oid
,
const
char
*
sn
,
const
char
*
ln
);
...
...
crypto/ocsp/ocsp.h
浏览文件 @
4d7072f4
...
...
@@ -554,8 +554,6 @@ int OCSP_RESPONSE_print(BIO *bp, OCSP_RESPONSE* o, unsigned long flags);
int
OCSP_basic_verify
(
OCSP_BASICRESP
*
bs
,
STACK_OF
(
X509
)
*
certs
,
X509_STORE
*
st
,
unsigned
long
flags
);
void
ERR_load_OCSP_strings
(
void
);
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.
...
...
crypto/pem/pem.h
浏览文件 @
4d7072f4
...
...
@@ -528,8 +528,6 @@ void PEM_SignUpdate(EVP_MD_CTX *ctx,unsigned char *d,unsigned int cnt);
int
PEM_SignFinal
(
EVP_MD_CTX
*
ctx
,
unsigned
char
*
sigret
,
unsigned
int
*
siglen
,
EVP_PKEY
*
pkey
);
void
ERR_load_PEM_strings
(
void
);
int
PEM_def_callback
(
char
*
buf
,
int
num
,
int
w
,
void
*
key
);
void
PEM_proc_type
(
char
*
buf
,
int
type
);
void
PEM_dek_info
(
char
*
buf
,
const
char
*
type
,
int
len
,
char
*
str
);
...
...
crypto/pkcs12/pkcs12.h
浏览文件 @
4d7072f4
...
...
@@ -243,7 +243,6 @@ DECLARE_ASN1_FUNCTIONS(PKCS12_BAGS)
DECLARE_ASN1_ITEM
(
PKCS12_SAFEBAGS
)
DECLARE_ASN1_ITEM
(
PKCS12_AUTHSAFES
)
void
ERR_load_PKCS12_strings
(
void
);
void
PKCS12_PBE_add
(
void
);
int
PKCS12_parse
(
PKCS12
*
p12
,
const
char
*
pass
,
EVP_PKEY
**
pkey
,
X509
**
cert
,
STACK_OF
(
X509
)
**
ca
);
...
...
crypto/pkcs7/pkcs7.h
浏览文件 @
4d7072f4
...
...
@@ -300,8 +300,6 @@ DECLARE_ASN1_FUNCTIONS(PKCS7)
DECLARE_ASN1_ITEM
(
PKCS7_ATTR_SIGN
)
DECLARE_ASN1_ITEM
(
PKCS7_ATTR_VERIFY
)
void
ERR_load_PKCS7_strings
(
void
);
long
PKCS7_ctrl
(
PKCS7
*
p7
,
int
cmd
,
long
larg
,
char
*
parg
);
...
...
crypto/x509/x509.h
浏览文件 @
4d7072f4
...
...
@@ -829,7 +829,6 @@ const char * X509_get_default_private_dir(void );
X509_REQ
*
X509_to_X509_REQ
(
X509
*
x
,
EVP_PKEY
*
pkey
,
const
EVP_MD
*
md
);
X509
*
X509_REQ_to_X509
(
X509_REQ
*
r
,
int
days
,
EVP_PKEY
*
pkey
);
void
ERR_load_X509_strings
(
void
);
DECLARE_ASN1_FUNCTIONS
(
X509_ALGOR
)
DECLARE_ASN1_FUNCTIONS
(
X509_VAL
)
...
...
crypto/x509v3/x509v3.h
浏览文件 @
4d7072f4
...
...
@@ -404,8 +404,6 @@ typedef struct x509_purpose_st {
DECLARE_STACK_OF
(
X509_PURPOSE
)
void
ERR_load_X509V3_strings
(
void
);
DECLARE_ASN1_FUNCTIONS
(
BASIC_CONSTRAINTS
)
DECLARE_ASN1_FUNCTIONS
(
SXNET
)
...
...
ssl/ssl.h
浏览文件 @
4d7072f4
...
...
@@ -1134,7 +1134,6 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stackCAs,
#endif
void
ERR_load_SSL_strings
(
void
);
void
SSL_load_error_strings
(
void
);
const
char
*
SSL_state_string
(
SSL
*
s
);
const
char
*
SSL_rstate_string
(
SSL
*
s
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录