diff options
author | Fabio Fiorina <fiorinaf@gnutls.org> | 2003-03-19 22:07:34 +0000 |
---|---|---|
committer | Fabio Fiorina <fiorinaf@gnutls.org> | 2003-03-19 22:07:34 +0000 |
commit | 4a567aecd188b56f8536be5bc0aa2aa41d171de4 (patch) | |
tree | 8b590ae9aaa842d3008e1598ff41f5fcf72a7f5f /tests/Test_tree.asn | |
parent | b773d6402c760470db4e540e149ed724e61abdc1 (diff) | |
download | libtasn1-4a567aecd188b56f8536be5bc0aa2aa41d171de4.tar.gz libtasn1-4a567aecd188b56f8536be5bc0aa2aa41d171de4.tar.bz2 libtasn1-4a567aecd188b56f8536be5bc0aa2aa41d171de4.zip |
change asn1_find_structure_from_oid prototype
Diffstat (limited to 'tests/Test_tree.asn')
-rw-r--r-- | tests/Test_tree.asn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Test_tree.asn b/tests/Test_tree.asn index bd25fc7..e0d0063 100644 --- a/tests/Test_tree.asn +++ b/tests/Test_tree.asn @@ -9,6 +9,13 @@ DEFINITIONS IMPLICIT TAGS ::= BEGIN +OidAndTimeTest ::= SEQUENCE{ + oid OBJECT IDENTIFIER, + time1 UTCTime, + time2 GeneralizedTime, + oct OCTET STRING +} + SequenceTestTag ::= SEQUENCE{ int1 [2] EXPLICIT INTEGER, int2 [3] IMPLICIT INTEGER, |