Skip to content

Commit efa089e

Browse files
committed
fixup #290
1 parent 15eab97 commit efa089e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/der_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,8 +239,8 @@ SEQUENCE(3 elem)
239239
static void _der_tests_print_flexi(ltc_asn1_list* l, unsigned int level)
240240
{
241241
char buf[1024];
242-
char* name = NULL;
243-
char* text = NULL;
242+
const char* name = NULL;
243+
const char* text = NULL;
244244
ltc_asn1_list* ostring = NULL;
245245
unsigned int n;
246246

0 commit comments

Comments
 (0)