projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aa44cc
)
Avoid warning.
author
Dr. Stephen Henson
<steve@openssl.org>
Fri, 21 Jul 2006 22:46:19 +0000
(22:46 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Fri, 21 Jul 2006 22:46:19 +0000
(22:46 +0000)
crypto/asn1/x_name.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/x_name.c
b/crypto/asn1/x_name.c
index 68fa34a207aa101b7eceaae9cefc39dd2f5eaa4e..9b0cf15d4ae32ad9a8eec108051bdc09fd7df061 100644
(file)
--- a/
crypto/asn1/x_name.c
+++ b/
crypto/asn1/x_name.c
@@
-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)
{