mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Fix compilation on Linux
This commit is contained in:
parent
1df42a2ca0
commit
e35676f555
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public:
|
|||
// WolfSSL checks parameters and does not like NULL pointers to be passed to function below.
|
||||
if (!src)
|
||||
{
|
||||
static const uchar dummy[MY_AES_BLOCK_SIZE];
|
||||
static uchar dummy[MY_AES_BLOCK_SIZE];
|
||||
DBUG_ASSERT(!slen);
|
||||
src=dummy;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue