Skip to content

Commit

Permalink
ODBC-440 Typo in sha256_password cmake config
Browse files Browse the repository at this point in the history
CRYT_LIBS in the list of libraries to link the plugin against, obviously was intended to be CRYPT_LIBS
  • Loading branch information
lawrinn committed Sep 19, 2019
1 parent de04c2e commit ee91b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/auth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ IF(CRYPTO_PLUGIN)
CONFIGURATIONS DYNAMIC STATIC OFF
DEFAULT DYNAMIC
SOURCES ${AUTH_DIR}/sha256_pw.c
LIBRARIES ${CRYT_LIBS})
LIBRARIES ${CRYPT_LIBS})
ENDIF()
ENDIF()

Expand Down

0 comments on commit ee91b2c

Please sign in to comment.