From 73ba116e963e74e3a6ed4eb8096561fbc4e4ec65 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 25 Mar 2009 12:54:14 +0000 Subject: Update from stable branch. --- crypto/asn1/tasn_dec.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/asn1') 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; } -- cgit v1.2.3