This commit is contained in:
Steffen Jaeckel 2017-09-29 17:56:37 +02:00
parent 15eab9702b
commit efa089e211

View File

@ -239,8 +239,8 @@ SEQUENCE(3 elem)
static void _der_tests_print_flexi(ltc_asn1_list* l, unsigned int level) static void _der_tests_print_flexi(ltc_asn1_list* l, unsigned int level)
{ {
char buf[1024]; char buf[1024];
char* name = NULL; const char* name = NULL;
char* text = NULL; const char* text = NULL;
ltc_asn1_list* ostring = NULL; ltc_asn1_list* ostring = NULL;
unsigned int n; unsigned int n;