aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/hnb-test-ranap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/hnb-test-ranap.c')
-rw-r--r--src/tests/hnb-test-ranap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/hnb-test-ranap.c b/src/tests/hnb-test-ranap.c
index 517e1a3..fe7db48 100644
--- a/src/tests/hnb-test-ranap.c
+++ b/src/tests/hnb-test-ranap.c
@@ -5,7 +5,7 @@
static const char *printstr(OCTET_STRING_t *s)
{
- return osmo_hexdump((char*)s->buf, s->size);
+ return osmo_hexdump((const unsigned char*)s->buf, s->size);
}
#define PP(octet_string_t) \