diff --git a/src/wsrep_provider_v26.cpp b/src/wsrep_provider_v26.cpp index 981004a..a38c523 100644 --- a/src/wsrep_provider_v26.cpp +++ b/src/wsrep_provider_v26.cpp @@ -420,15 +420,15 @@ namespace return WSREP_CB_FAILURE; } } - - wsrep_cb_status_t encrypt_cb(void* /* app ctx */, + + int encrypt_cb(void* /* app ctx */, wsrep_enc_ctx_t* /*ctx*/, const wsrep_buf_t* /*input*/, void* /*output*/, wsrep_enc_direction_t /*direction*/, bool /*final*/) { - return WSREP_CB_SUCCESS; + return 0; } wsrep_cb_status_t apply_cb(void* ctx, diff --git a/wsrep-API/v26 b/wsrep-API/v26 index f023937..75a5f45 160000 --- a/wsrep-API/v26 +++ b/wsrep-API/v26 @@ -1 +1 @@ -Subproject commit f0239371ca91af2a3638b3ed4f4f362903e15efc +Subproject commit 75a5f452f2ba07b0f4a3a9a94825fccc71b27398