Steffen Jaeckel 8 years ago
parent
commit
efa089e211
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/der_test.c

+ 2 - 2
tests/der_test.c

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