mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Fix compilation on Linux
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
|||||||
// WolfSSL checks parameters and does not like NULL pointers to be passed to function below.
|
// WolfSSL checks parameters and does not like NULL pointers to be passed to function below.
|
||||||
if (!src)
|
if (!src)
|
||||||
{
|
{
|
||||||
static const uchar dummy[MY_AES_BLOCK_SIZE];
|
static uchar dummy[MY_AES_BLOCK_SIZE];
|
||||||
DBUG_ASSERT(!slen);
|
DBUG_ASSERT(!slen);
|
||||||
src=dummy;
|
src=dummy;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user