static unsigned int sql_passwd_cost = SQL_PASSWD_COST_INTERACTIVE; #define SQL_PASSWD_ENC_USE_BASE64 1 #define SQL_PASSWD_ENC_USE_HEX_LC 2 #define SQL_PASSWD_ENC_USE_HEX_UC 3 #define ...
I tried to configure the current master branch with the command: ./configure 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security' 'CPPFLAGS=-D ...