From efa089e211013ee3b2dadc75e8b88d618729aeef Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 29 Sep 2017 17:56:37 +0200 Subject: [PATCH] fixup #290 --- tests/der_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/der_test.c b/tests/der_test.c index 9b21b26..9fa942e 100644 --- a/tests/der_test.c +++ b/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;