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