summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-25 12:54:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-25 12:54:14 +0000
commit73ba116e963e74e3a6ed4eb8096561fbc4e4ec65 (patch)
tree85f67793b60b1b2a73adcfe807952db5e60743e8 /crypto/asn1/tasn_dec.c
parent80b2ff978d4f309cea71754ae6bcc01d6b36ea20 (diff)
Update from stable branch.
Diffstat (limited to 'crypto/asn1/tasn_dec.c')
-rw-r--r--crypto/asn1/tasn_dec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 359e9c304b..3bee439968 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -613,7 +613,6 @@ static int asn1_template_ex_d2i(ASN1_VALUE **val,
err:
ASN1_template_free(val, tt);
- *val = NULL;
return 0;
}
@@ -762,7 +761,6 @@ static int asn1_template_noexp_d2i(ASN1_VALUE **val,
err:
ASN1_template_free(val, tt);
- *val = NULL;
return 0;
}