Avoid warning.
This commit is contained in:
parent
1aa44cc797
commit
2eed3a3cc8
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user