summaryrefslogtreecommitdiff
path: root/databases/xtrabackup80/files/patch-sql_stream__cipher.h
blob: dfef2c2b22466629301adce9bbb0161f9619c0c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- sql/stream_cipher.h.orig	2023-11-24 10:33:10 UTC
+++ sql/stream_cipher.h
@@ -25,7 +25,7 @@
 
 #include <openssl/evp.h>
 #include <memory>
-#include <string>
+#include <vector>
 
 /**
   @file stream_cipher.h
@@ -34,7 +34,7 @@
          binary log files.
 */
 
-typedef std::basic_string<unsigned char> Key_string;
+typedef std::vector<unsigned char> Key_string;
 
 /**
   @class Stream_cipher