aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-06-14 14:11:28 +0000
committerLev Walkin <vlm@lionet.info>2004-06-14 14:11:28 +0000
commit4b85fabcbb5da52a0f894bd4f869024f56fcf40c (patch)
treebec37d85087a1855ebd35f2066559f31380b5b96 /skeletons
parent50299c1194a36f7a0796bf34c7b0ef57c450150b (diff)
oops
Diffstat (limited to 'skeletons')
-rw-r--r--skeletons/constr_SEQUENCE.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/skeletons/constr_SEQUENCE.c b/skeletons/constr_SEQUENCE.c
index 9aab0d81..c9bc646d 100644
--- a/skeletons/constr_SEQUENCE.c
+++ b/skeletons/constr_SEQUENCE.c
@@ -267,10 +267,8 @@ SEQUENCE_decode_ber(asn1_TYPE_descriptor_t *sd,
asn1_TYPE_tag2member_t key;
key.el_tag = tlv_tag;
key.el_no = edx;
- printf("key = %p\n", &key);
t2m = bsearch(&key, specs->tag2el, specs->tag2el_count,
sizeof(specs->tag2el[0]), _t2e_cmp);
- printf("t2m = %p\n", t2m);
if(t2m) {
asn1_TYPE_tag2member_t *best = 0;
asn1_TYPE_tag2member_t *t2m_f, *t2m_l;