• Marko Mäkelä's avatar
    MDEV-24514 WITH_MSAN is disabling WOLFSSL_AESNI acceleration · 172ce659
    Marko Mäkelä authored
    WolfSSL is the WITH_SSL=bundled library since MDEV-18351.
    For the AMD64 architecture, the library includes some assembler code.
    That code was disabled in WITH_MSAN builds, because MemorySanitizer
    would consider any data that is computed by uninstrumented code to
    be uninitialized.
    172ce659
CMakeLists.txt 4.21 KB