Deleted Added
full compact
68a69,70
> #define MAX_PASSWORD_LEN 1024
>
89a92,94
> if (strlen(password) > MAX_PASSWORD_LEN)
> return 0;
>