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:
28a63d3
)
Catch V_ASN1_NULL.
author
Richard Levitte
<levitte@openssl.org>
Fri, 22 Sep 2000 13:15:16 +0000
(13:15 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 22 Sep 2000 13:15:16 +0000
(13:15 +0000)
crypto/asn1/a_type.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/a_type.c
b/crypto/asn1/a_type.c
index cf716027d3b0e56278561aa7318e2441368f44a3..e72a6b29e0f0975fda35e1c2da94fb51e705c1e9 100644
(file)
--- a/
crypto/asn1/a_type.c
+++ b/
crypto/asn1/a_type.c
@@
-315,6
+315,8
@@
static void ASN1_TYPE_component_free(ASN1_TYPE *a)
case V_ASN1_OBJECT:
ASN1_OBJECT_free(a->value.object);
break;
+ case V_ASN1_NULL:
+ break;
case V_ASN1_INTEGER:
case V_ASN1_NEG_INTEGER:
case V_ASN1_ENUMERATED: