From: Dr. Stephen Henson Date: Tue, 27 Apr 2004 18:33:40 +0000 (+0000) Subject: Make ASN1 code work again... X-Git-Tag: BEN_FIPS_TEST_6~14^2~277 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bd1640bb01cbd336da830fa1f3e0042c63acab7d;p=oweals%2Fopenssl.git Make ASN1 code work again... --- diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c index 43e1db0f76..46df79519f 100644 --- a/crypto/asn1/tasn_dec.c +++ b/crypto/asn1/tasn_dec.c @@ -389,7 +389,7 @@ int ASN1_item_ex_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, goto err; } - if (!*pval && !!ASN1_item_ex_new(pval, it)) + if (!*pval && !ASN1_item_ex_new(pval, it)) { ASN1err(ASN1_F_ASN1_ITEM_EX_D2I, ERR_R_NESTED_ASN1_ERROR);