From: Dr. Stephen Henson Date: Mon, 31 Mar 2008 15:01:23 +0000 (+0000) Subject: Fix from HEAD. X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=916494d004582bf3cbd0eaa4db16fea3d09ad06c;p=oweals%2Fopenssl.git Fix from HEAD. --- diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c index 2dd844159e..6e93837aea 100644 --- a/crypto/asn1/tasn_fre.c +++ b/crypto/asn1/tasn_fre.c @@ -106,7 +106,6 @@ static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int c if(i == 2) return; } i = asn1_get_choice_selector(pval, it); - if(asn1_cb) asn1_cb(ASN1_OP_FREE_PRE, pval, it); if((i >= 0) && (i < it->tcount)) { ASN1_VALUE **pchval; tt = it->templates + i;