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

Fix building with gcc-10
716a73862b387a2107f37398c0fb7d9a754c0ccd

Index: crypto/math/datatypes.c
--- crypto/math/datatypes.c.orig
+++ crypto/math/datatypes.c
@@ -79,7 +79,7 @@ int octet_get_weight(uint8_t octet)
 
 /* the value MAX_PRINT_STRING_LEN is defined in datatypes.h */
 
-char bit_string[MAX_PRINT_STRING_LEN];
+static char bit_string[MAX_PRINT_STRING_LEN];
 
 uint8_t srtp_nibble_to_hex_char(uint8_t nibble)
 {
