summaryrefslogtreecommitdiff
path: root/lib/element.h
blob: f0314d27a690e44f33290926389154e6dea9f3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

#ifndef _ELEMENT_H
#define _ELEMENT_H


asn1_retCode _asn1_append_sequence_set(ASN1_TYPE node);

asn1_retCode _asn1_convert_integer(const char *value,unsigned char *value_out,
			  int value_out_size, int *len);

void _asn1_hierarchical_name(ASN1_TYPE node,char *name,int name_size);

#endif