aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/element.h
blob: e4484925d93123a6722f5710b02846814083e8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ELEMENT_H
#define _ELEMENT_H


MHD__asn1_retCode MHD__asn1_append_sequence_set (node_asn * node);

MHD__asn1_retCode MHD__asn1_convert_integer (const char *value,
                                             unsigned char *value_out,
                                             int value_out_size, int *len);

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

#endif