aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/minitasn1/element.h
blob: b6341e8ae83cd58854135e70fde86afdb24e7ce3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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