summaryrefslogtreecommitdiff
path: root/lib/int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/int.h')
-rw-r--r--lib/int.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/int.h b/lib/int.h
index 01f8e7f..65cc10b 100644
--- a/lib/int.h
+++ b/lib/int.h
@@ -140,15 +140,4 @@ struct node_asn
#define CONST_DOWN (1<<29)
#define CONST_RIGHT (1<<30)
-/* Prototypes for gstr.c. */
-void _asn1_str_cat (char *dest, size_t dest_tot_size, const char *src);
-void _asn1_str_cpy (char *dest, size_t dest_tot_size, const char *src);
-
-/* Prototypes for element.c. */
-void _asn1_hierarchical_name (ASN1_TYPE node, char *name, int name_size);
-asn1_retCode _asn1_convert_integer (const char *value,
- unsigned char *value_out,
- int value_out_size, int *len);
-int _asn1_append_sequence_set (ASN1_TYPE node);
-
#endif /* INT_H */