aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1parser/asn1p_module.h
diff options
context:
space:
mode:
Diffstat (limited to 'libasn1parser/asn1p_module.h')
-rw-r--r--libasn1parser/asn1p_module.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libasn1parser/asn1p_module.h b/libasn1parser/asn1p_module.h
index e34ffde9..618c6e7d 100644
--- a/libasn1parser/asn1p_module.h
+++ b/libasn1parser/asn1p_module.h
@@ -71,6 +71,12 @@ typedef struct asn1p_module_s {
TQ_ENTRY(struct asn1p_module_s)
mod_next;
+ /*
+ * Internally useful properties.
+ */
+ enum {
+ MT_STANDARD_MODULE = 0x01, /* Module came from standard-modules */
+ } _tags;
} asn1p_module_t;
/*