blob: 70723f70b1f03d7dc70789ce98895007a23826d6 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/crypto/math/datatypes.c
2+++ b/crypto/math/datatypes.c
3@@ -79,7 +79,7 @@ int octet_get_weight(uint8_t octet)
4
5 /* the value MAX_PRINT_STRING_LEN is defined in datatypes.h */
6
7-char bit_string[MAX_PRINT_STRING_LEN];
8+static char bit_string[MAX_PRINT_STRING_LEN];
9
10 uint8_t srtp_nibble_to_hex_char(uint8_t nibble)
11 {