summaryrefslogtreecommitdiff
path: root/lib/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/element.h')
-rw-r--r--lib/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element.h b/lib/element.h
index 9fff601..3db9529 100644
--- a/lib/element.h
+++ b/lib/element.h
@@ -5,7 +5,7 @@
asn1_retCode _asn1_append_sequence_set(node_asn *node);
-asn1_retCode _asn1_convert_integer(char *value,unsigned char *value_out,
+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);