Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.4
-
None
-
None
Description
There is typo in plugins/auth/CMakeLists.txt in
REGISTER_PLUGIN(TARGET sha256_password
TYPE MARIADB_CLIENT_PLUGIN_AUTH
CONFIGURATIONS DYNAMIC STATIC OFF
DEFAULT DYNAMIC
SOURCES ${AUTH_DIR}/sha256_pw.c
LIBRARIES ${CRYT_LIBS})
CRYT_LIBS obviously was intended to be CRYPT_LIBS, like for other plugins. I am actually not sure how it could be built in other projects, but it broke C/ODBC build