mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
fix some cppcheck warnings
This commit is contained in:
@@ -20,9 +20,9 @@ class CryptoEngine
|
||||
{
|
||||
protected:
|
||||
/** Our per packet nonce */
|
||||
uint8_t nonce[16];
|
||||
uint8_t nonce[16] = {0};
|
||||
|
||||
CryptoKey key;
|
||||
CryptoKey key = {};
|
||||
|
||||
public:
|
||||
virtual ~CryptoEngine() {}
|
||||
|
||||
Reference in New Issue
Block a user