1 /*
2  * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3  * From ASN.1 module "PKIX1Explicit88"
4  * 	found in "rfc5280-a.1.asn1"
5  * 	`asn1c -Werror -fcompound-names -fwide-types -D asn1/asn1c -no-gen-PER -no-gen-example`
6  */
7 
8 #ifndef	_Version_H_
9 #define	_Version_H_
10 
11 
12 #include "asn1/asn1c/asn_application.h"
13 
14 /* Including external dependencies */
15 #include "asn1/asn1c/INTEGER.h"
16 
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 
21 /* Dependencies */
22 typedef enum Version {
23 	Version_v1	= 0,
24 	Version_v2	= 1,
25 	Version_v3	= 2
26 } e_Version;
27 
28 /* Version */
29 typedef INTEGER_t	 Version_t;
30 
31 /* Implementation */
32 extern asn_TYPE_descriptor_t asn_DEF_Version;
33 asn_struct_free_f Version_free;
34 asn_struct_print_f Version_print;
35 asn_constr_check_f Version_constraint;
36 ber_type_decoder_f Version_decode_ber;
37 der_type_encoder_f Version_encode_der;
38 xer_type_decoder_f Version_decode_xer;
39 xer_type_encoder_f Version_encode_xer;
40 oer_type_decoder_f Version_decode_oer;
41 oer_type_encoder_f Version_encode_oer;
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif	/* _Version_H_ */
48 #include "asn1/asn1c/asn_internal.h"
49