diff options
Diffstat (limited to 'auth.c')
| -rw-r--r-- | auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -336,7 +336,7 @@ gottoken: } free(mm); - if (consttime_memequal(d, &hmac, dlen)) { + if (!consttime_memequal(d, &hmac, dlen)) { errno = EPERM; return NULL; } |
