Current section

Files

Jump to
chat priv clu asn CSR.h
Raw

priv/clu/asn/CSR.h

/*
* Generated by asn1c-0.9.28 (http://lionet.info/asn1c)
* From ASN.1 module "ROSTER"
* found in "/Users/proger/cg/chat/src/ROSTER.asn1"
*/
#ifndef _CSR_H_
#define _CSR_H_
#include <asn_application.h>
/* Including external dependencies */
#include <OCTET_STRING.h>
#include <constr_SEQUENCE.h>
#ifdef __cplusplus
extern "C" {
#endif
/* CSR */
typedef struct CSR {
OCTET_STRING_t der;
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} CSR_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_CSR;
#ifdef __cplusplus
}
#endif
#endif /* _CSR_H_ */
#include <asn_internal.h>