mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 05:57:05 +03:00
make it fit in allocated space
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <vector>
|
||||
|
||||
#ifdef ESP_PLATFORM
|
||||
//#include "esp_mac.h"
|
||||
#include "esp_system.h"
|
||||
#endif
|
||||
|
||||
|
||||
@@ -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