Avoid warning.
This commit is contained in:
parent
1aa44cc797
commit
2eed3a3cc8
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ static int x509_name_canon(X509_NAME *a)
|
|||
unsigned char *p;
|
||||
STACK *intname = 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;
|
||||
if (a->canon_enc)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue