mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-15 15:41:49 +03:00
Revert "codership/mariadb-wsrep#27 Galera cache encryption"
This reverts commit 7e9419e811
.
This commit is contained in:
@ -190,18 +190,6 @@ namespace wsrep
|
||||
}
|
||||
}
|
||||
|
||||
int do_crypt(void** ctx WSREP_UNUSED,
|
||||
wsrep::const_buffer& key WSREP_UNUSED,
|
||||
const char (*iv)[32] WSREP_UNUSED,
|
||||
wsrep::const_buffer& input WSREP_UNUSED,
|
||||
void* output WSREP_UNUSED,
|
||||
bool encrypt WSREP_UNUSED,
|
||||
bool last WSREP_UNUSED)
|
||||
WSREP_OVERRIDE
|
||||
{
|
||||
return -1;
|
||||
}
|
||||
|
||||
std::string sync_point_enabled_;
|
||||
enum sync_point_action
|
||||
{
|
||||
|
Reference in New Issue
Block a user