1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "CryptographicMessageSyntax2004"
4  * 	found in "rfc5652-12.1.asn1"
5  * 	`asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
6  */
7 
8 #include "SigningTime.h"
9 
10 /*
11  * This type is implemented using Time,
12  * so here we adjust the DEF accordingly.
13  */
14 static asn_oer_constraints_t asn_OER_type_SigningTime_constr_1 CC_NOTUSED = {
15 	{ 0, 0 },
16 	-1};
17 asn_TYPE_descriptor_t asn_DEF_SigningTime = {
18 	"SigningTime",
19 	"SigningTime",
20 	&asn_OP_CHOICE,
21 	0,	/* No effective tags (pointer) */
22 	0,	/* No effective tags (count) */
23 	0,	/* No tags (pointer) */
24 	0,	/* No tags (count) */
25 	{ 0, 0, CHOICE_constraint },
26 	asn_MBR_Time_1,
27 	2,	/* Elements count */
28 	&asn_SPC_Time_specs_1	/* Additional specs */
29 };
30 
31