summaryrefslogtreecommitdiff
path: root/databases/mysql80-server/files/patch-sql_stream__cipher.h
blob: 58730a5168733a126b432c20c54c0f57adf51664 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- sql/stream_cipher.h.orig	2024-07-12 19:15:25 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