summaryrefslogtreecommitdiff
path: root/databases/xtrabackup84/files/patch-sql_stream__cipher.h
diff options
context:
space:
mode:
authorOleksii Samorukov <samm@FreeBSD.org>2024-11-12 22:48:35 +0100
committerOleksii Samorukov <samm@FreeBSD.org>2024-11-12 22:50:32 +0100
commit65a2ef105cd47b6ea7226549511dc020cfca99e2 (patch)
treee8997ce1c6409e5b5fd16f846d5732052af82bf8 /databases/xtrabackup84/files/patch-sql_stream__cipher.h
parentcad/freecad: update to 1.0rc3 (diff)
databases/xtrabackup84: fix build on FreeBSD-CURRENT
Fixes adopted from databases/mysql84-server Reported by: Poudriere
Diffstat (limited to 'databases/xtrabackup84/files/patch-sql_stream__cipher.h')
-rw-r--r--databases/xtrabackup84/files/patch-sql_stream__cipher.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/xtrabackup84/files/patch-sql_stream__cipher.h b/databases/xtrabackup84/files/patch-sql_stream__cipher.h
new file mode 100644
index 000000000000..02b6baa6a178
--- /dev/null
+++ b/databases/xtrabackup84/files/patch-sql_stream__cipher.h
@@ -0,0 +1,19 @@
+--- sql/stream_cipher.h.orig 2024-08-08 10:30:27 UTC
++++ sql/stream_cipher.h
+@@ -27,6 +27,7 @@
+ #include <openssl/evp.h>
+ #include <memory>
+ #include <string>
++#include <vector>
+
+ /**
+ @file stream_cipher.h
+@@ -35,7 +36,7 @@
+ binary log files.
+ */
+
+-typedef std::basic_string<unsigned char> Key_string;
++typedef std::vector<unsigned char> Key_string;
+
+ /**
+ @class Stream_cipher