Skip to content
Snippets Groups Projects
Commit ccedb68e authored by Howard Chu's avatar Howard Chu
Browse files

ITS#8230 fix padding count

parent 6e4c747d
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ totp_b32_pton(
*/
if (ch == Pad32) { /* We got a pad char. */
int i = 1;
int i = 0;
/* count pad chars */
for (; ch; ch = *src++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment