[CONC-440] Error in sha256_password cmake configuration Created: 2019-09-19  Updated: 2021-02-01  Resolved: 2019-09-19

Status: Closed
Project: MariaDB Connector/C
Component/s: None
Affects Version/s: 3.1.4
Fix Version/s: 3.1.5

Type: Bug Priority: Major
Reporter: Lawrin Novitsky Assignee: Georg Richter
Resolution: Fixed Votes: 0
Labels: 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



 Comments   
Comment by Lawrin Novitsky [ 2019-09-19 ]

I've pushed the fix, since it's trivial and obvious

Generated at Thu Feb 08 03:05:20 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.