b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- 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 | { |