summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2015-03-27 09:45:22 +0100
committerSergei Golubchik <serg@mariadb.org>2015-04-09 18:42:43 +0200
commit9ccafffc29526ea30151eb3e62901bfdb77aaf84 (patch)
treeeaece68c95f89b79898c903340948b968c479035 /cmake
parent6d3dace7d95bfa9627e524787d076124afc7e773 (diff)
downloadmariadb-git-9ccafffc29526ea30151eb3e62901bfdb77aaf84.tar.gz
rename "encryption key management plugin" to "encryption plugin"
because it's going to do more than just key management
Diffstat (limited to 'cmake')
-rw-r--r--cmake/abi_check.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/abi_check.cmake b/cmake/abi_check.cmake
index aff6c437c3b..8a7e14b6f2d 100644
--- a/cmake/abi_check.cmake
+++ b/cmake/abi_check.cmake
@@ -44,7 +44,7 @@ IF(CMAKE_COMPILER_IS_GNUCC AND RUN_ABI_CHECK)
${CMAKE_SOURCE_DIR}/include/mysql/client_plugin.h
${CMAKE_SOURCE_DIR}/include/mysql/plugin_auth.h
${CMAKE_SOURCE_DIR}/include/mysql/plugin_password_validation.h
- ${CMAKE_SOURCE_DIR}/include/mysql/plugin_encryption_key_management.h
+ ${CMAKE_SOURCE_DIR}/include/mysql/plugin_encryption.h
)
ADD_CUSTOM_TARGET(abi_check ALL