$OpenBSD: patch-test_util_c,v 1.1 2021/01/31 13:19:14 jsg Exp $

Fix building with gcc-10
716a73862b387a2107f37398c0fb7d9a754c0ccd

Index: test/util.c
--- test/util.c.orig
+++ test/util.c
@@ -49,7 +49,7 @@
 #include <stdint.h>
 
 /* include space for null terminator */
-char bit_string[MAX_PRINT_STRING_LEN + 1];
+static char bit_string[MAX_PRINT_STRING_LEN + 1];
 
 static inline int hex_char_to_nibble(uint8_t c)
 {
