提交 2eed3a3c 编写于 作者: D Dr. Stephen Henson

Avoid warning.

上级 1aa44cc7
...@@ -313,7 +313,7 @@ static int x509_name_canon(X509_NAME *a) ...@@ -313,7 +313,7 @@ static int x509_name_canon(X509_NAME *a)
unsigned char *p; unsigned char *p;
STACK *intname = NULL; STACK *intname = NULL;
STACK_OF(X509_NAME_ENTRY) *entries = NULL; STACK_OF(X509_NAME_ENTRY) *entries = NULL;
X509_NAME_ENTRY *entry, *tmpentry; X509_NAME_ENTRY *entry, *tmpentry = NULL;
int i, set = -1, ret = 0; int i, set = -1, ret = 0;
if (a->canon_enc) if (a->canon_enc)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册