mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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;
|
||||
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…
x
Reference in New Issue
Block a user