From bd1640bb01cbd336da830fa1f3e0042c63acab7d Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 27 Apr 2004 18:33:40 +0000 Subject: [PATCH] Make ASN1 code work again... --- crypto/asn1/tasn_dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.34.1