blob: e2a909dd586ad17e49fe87ac451535d3f836c417 [file] [log] [blame]
Harald Welte92c45f32010-06-12 18:59:38 +02001/*-
2 * Copyright (c) 2003 Lev Walkin <vlm@lionet.info>. All rights reserved.
3 * Redistribution and modifications are permitted subject to BSD license.
4 */
5#ifndef _IA5String_H_
6#define _IA5String_H_
7
8#include <OCTET_STRING.h>
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14typedef OCTET_STRING_t IA5String_t; /* Implemented via OCTET STRING */
15
16/*
17 * IA5String ASN.1 type definition.
18 */
19extern asn_TYPE_descriptor_t asn_DEF_IA5String;
20
21asn_constr_check_f IA5String_constraint;
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /* _IA5String_H_ */