This commit is contained in:
Christian Grothoff
2008-08-24 22:46:59 +00:00
parent ad4e7e98b7
commit cf5f962a36
+1 -1
View File
@@ -630,7 +630,7 @@ _asn1_ordering_set (unsigned char *der, int der_len, node_asn * node)
((type_field (p->type) == TYPE_TAG)
|| (type_field (p->type) == TYPE_SIZE)) )
p = p->right;
if ((p == NULL) || (p->right == NULL))
return;