projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85e77b
)
Fix from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Mar 2008 15:01:23 +0000
(15:01 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 31 Mar 2008 15:01:23 +0000
(15:01 +0000)
crypto/asn1/tasn_fre.c
patch
|
blob
|
history
diff --git
a/crypto/asn1/tasn_fre.c
b/crypto/asn1/tasn_fre.c
index 2dd844159ebe3d5d956cca8b9125a11b9053bfd9..6e93837aeac400eef72c4d9fec1d91ae6613d13e 100644
(file)
--- 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;