/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "PKIX1Implicit88"
 * 	found in "../../../asn1/PKIX1Implicit88.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#ifndef	_BasicConstraints_H_
#define	_BasicConstraints_H_


#include <asn_application.h>

/* Including external dependencies */
#include <BOOLEAN.h>
#include <NativeInteger.h>
#include <constr_SEQUENCE.h>

#ifdef __cplusplus
extern "C" {
#endif

/* BasicConstraints */
typedef struct BasicConstraints {
	BOOLEAN_t	 cA	/* DEFAULT FALSE */;
	unsigned long	*pathLenConstraint	/* OPTIONAL */;
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} BasicConstraints_t;

/* Implementation */
/* extern asn_TYPE_descriptor_t asn_DEF_pathLenConstraint_3;	// (Use -fall-defs-global to expose) */
extern asn_TYPE_descriptor_t asn_DEF_BasicConstraints;

#ifdef __cplusplus
}
#endif

#endif	/* _BasicConstraints_H_ */
#include <asn_internal.h>
