Commit e35676f5 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix compilation on Linux

parent 1df42a2c
...@@ -64,7 +64,7 @@ class MyCTX ...@@ -64,7 +64,7 @@ class MyCTX
// 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;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment