aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libasn1parser/asn1p_constr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libasn1parser/asn1p_constr.h b/libasn1parser/asn1p_constr.h
index d3756780..c83d58bd 100644
--- a/libasn1parser/asn1p_constr.h
+++ b/libasn1parser/asn1p_constr.h
@@ -57,6 +57,7 @@ typedef struct asn1p_constraint_s {
int el_size; /* Size of the allocated (elements) */
int _lineno; /* Position in a source file */
+ int _compile_mark; /* Marker used by the compiler */
} asn1p_constraint_t;
/* Human-readable constraint type description */