Skip to content

Commit e35676f

Browse files
committed
Fix compilation on Linux
1 parent 1df42a2 commit e35676f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys_ssl/my_crypt.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class MyCTX
6464
// WolfSSL checks parameters and does not like NULL pointers to be passed to function below.
6565
if (!src)
6666
{
67-
static const uchar dummy[MY_AES_BLOCK_SIZE];
67+
static uchar dummy[MY_AES_BLOCK_SIZE];
6868
DBUG_ASSERT(!slen);
6969
src=dummy;
7070
}

0 commit comments

Comments
 (0)