013c059
diff -r -u libsrtp-2.3.0.orig/test/util.c libsrtp-2.3.0/test/util.c
013c059
--- libsrtp-2.3.0.orig/test/util.c	2019-12-23 10:58:25.000000000 +0100
013c059
+++ libsrtp-2.3.0/test/util.c	2020-10-09 11:56:31.455502870 +0200
013c059
@@ -49,7 +49,7 @@
013c059
 #include <stdint.h>
013c059
 
013c059
 /* include space for null terminator */
013c059
-char bit_string[MAX_PRINT_STRING_LEN + 1];
013c059
+static char bit_string[MAX_PRINT_STRING_LEN + 1];
013c059
 
013c059
 static inline int hex_char_to_nibble(uint8_t c)
013c059
 {