> + /* the string generated by yubikey is 44 bytes long */ > + password_pwd_len = strlen(password) - 44, cnt;
Haven't tested your latest diff, but I think you have a copy-pasto here (",
cnt").
> + /* the string generated by yubikey is 44 bytes long */ > + password_pwd_len = strlen(password) - 44, cnt;
Haven't tested your latest diff, but I think you have a copy-pasto here (",
cnt").