1 --- src/VBox/Main/src-server/VirtualBoxImpl.cpp.orig	2020-05-13 19:44:10 UTC
2 +++ src/VBox/Main/src-server/VirtualBoxImpl.cpp
3 @@ -2251,7 +2251,7 @@ int VirtualBox::i_encryptSettingBytes(const uint8_t *a
4      if (aCiphertextSize < 32)
5          return VERR_INVALID_PARAMETER;
6 
7 -    AssertCompile(sizeof(m->SettingsCipherKey) >= 32);
8 +    // AssertCompile(sizeof(m->SettingsCipherKey) >= 32);
9 
10      /* store the first 8 bytes of the cipherkey for verification */
11      for (i = 0, j = 0; i < 8; i++, j++)
12