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 #ifndef	_RevocationInfoChoice_H_
9 #define	_RevocationInfoChoice_H_
10 
11 
12 #include "asn1/asn1c/asn_application.h"
13 
14 /* Including external dependencies */
15 #include "CertificateList.h"
16 #include "OtherRevocationInfoFormat.h"
17 #include "asn1/asn1c/constr_CHOICE.h"
18 
19 #ifdef __cplusplus
20 extern "C" {
21 #endif
22 
23 /* Dependencies */
24 typedef enum RevocationInfoChoice_PR {
25 	RevocationInfoChoice_PR_NOTHING,	/* No components present */
26 	RevocationInfoChoice_PR_crl,
27 	RevocationInfoChoice_PR_other
28 } RevocationInfoChoice_PR;
29 
30 /* RevocationInfoChoice */
31 typedef struct RevocationInfoChoice {
32 	RevocationInfoChoice_PR present;
33 	union RevocationInfoChoice_u {
34 		CertificateList_t	 crl;
35 		OtherRevocationInfoFormat_t	 other;
36 	} choice;
37 
38 	/* Context for parsing across buffer boundaries */
39 	asn_struct_ctx_t _asn_ctx;
40 } RevocationInfoChoice_t;
41 
42 /* Implementation */
43 extern asn_TYPE_descriptor_t asn_DEF_RevocationInfoChoice;
44 extern asn_CHOICE_specifics_t asn_SPC_RevocationInfoChoice_specs_1;
45 extern asn_TYPE_member_t asn_MBR_RevocationInfoChoice_1[2];
46 
47 #ifdef __cplusplus
48 }
49 #endif
50 
51 #endif	/* _RevocationInfoChoice_H_ */
52 #include "asn1/asn1c/asn_internal.h"
53