PWD_STRLEN
char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer");
if ((l = password_callback(pass, PWD_STRLEN, 0, &cb_tmp)) < 0) {