tryfix #2416 - lock some guards.

This commit is contained in:
Thomas Göttgens
2023-04-10 17:00:15 +02:00
parent 43cff7adc9
commit 320bf57687
3 changed files with 13 additions and 0 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "CryptoEngine.h"
#include "configuration.h"
concurrency::Lock *cryptLock;
void CryptoEngine::setKey(const CryptoKey &k)
{
LOG_DEBUG("Using AES%d key!\n", k.length * 8);