summaryrefslogtreecommitdiff
path: root/pkcs11/gkm/tests/test.asn.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/gkm/tests/test.asn.h')
-rw-r--r--pkcs11/gkm/tests/test.asn.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pkcs11/gkm/tests/test.asn.h b/pkcs11/gkm/tests/test.asn.h
new file mode 100644
index 00000000..9a6381e7
--- /dev/null
+++ b/pkcs11/gkm/tests/test.asn.h
@@ -0,0 +1,17 @@
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+/* #include <libtasn1.h> */
+
+const ASN1_ARRAY_TYPE test_asn1_tab[] = {
+ { "TEST", 536872976, NULL },
+ { NULL, 1073741836, NULL },
+ { "TestIntegers", 1610612741, NULL },
+ { "mpi", 3, NULL },
+ { "TestData", 536870917, NULL },
+ { "data", 1073741831, NULL },
+ { "boolean", 536903684, NULL },
+ { NULL, 131081, NULL },
+ { NULL, 0, NULL }
+};