summaryrefslogtreecommitdiff
path: root/trust/basic.asn.h
diff options
context:
space:
mode:
Diffstat (limited to 'trust/basic.asn.h')
-rw-r--r--trust/basic.asn.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/trust/basic.asn.h b/trust/basic.asn.h
new file mode 100644
index 0000000..b63447b
--- /dev/null
+++ b/trust/basic.asn.h
@@ -0,0 +1,13 @@
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <libtasn1.h>
+
+const ASN1_ARRAY_TYPE basic_asn1_tab[] = {
+ { "BASIC", 536872976, NULL },
+ { NULL, 1073741836, NULL },
+ { "Any", 1073741837, NULL },
+ { "ObjectIdentifier", 12, NULL },
+ { NULL, 0, NULL }
+};