aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasn1parser/asn1p_expr.h')
-rw-r--r--libasn1parser/asn1p_expr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libasn1parser/asn1p_expr.h b/libasn1parser/asn1p_expr.h
index 6bcaa589..bc5abf78 100644
--- a/libasn1parser/asn1p_expr.h
+++ b/libasn1parser/asn1p_expr.h
@@ -163,6 +163,13 @@ typedef struct asn1p_expr_s {
*/
asn1p_wsyntx_t *with_syntax;
+ /* Information Object Class matrix, specific for this class */
+ struct asn1p_ioc_matrix_s {
+ asn1p_ioc_row_t **row;
+ int rows;
+ int max_identifier_length;
+ } object_class_matrix;
+
/*
* A tag.
*/