mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 21:47:04 +03:00
make it fit in allocated space
This commit is contained in:
@@ -22,7 +22,7 @@ extern "C" {
|
||||
|
||||
#define DH_KEY_SIZE 96
|
||||
|
||||
static unsigned char DHPrime[] = {
|
||||
const static unsigned char DHPrime[] = {
|
||||
/* Well-known Group 1, 768-bit prime */
|
||||
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc9,
|
||||
0x0f, 0xda, 0xa2, 0x21, 0x68, 0xc2, 0x34, 0xc4, 0xc6,
|
||||
|
||||
Reference in New Issue
Block a user