Skip to content

Commit

Permalink
Fix compilation on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 29, 2019
1 parent 1df42a2 commit e35676f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysys_ssl/my_crypt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class MyCTX
// 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;
}
Expand Down

0 comments on commit e35676f

Please sign in to comment.