aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/element.h
blob: 3db95295f9e350265d916b4a37cbb31b19404d9c (plain) (blame)
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(node_asn *node);

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

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

#endif