revert Win32 change (#732)
This commit is contained in:
parent
43c6e39474
commit
57149fe90d
|
@ -27,10 +27,6 @@ timingsafe_bcmp(const void *b1, const void *b2, size_t n)
|
|||
int ret = 0;
|
||||
|
||||
for (; n > 0; n--) {
|
||||
#ifdef WINDOWS
|
||||
if (*p1 == '\r' && *(p1 + 1) == '\n' && *p2 == '\n')
|
||||
p1++;
|
||||
#endif // WINDOWS
|
||||
ret |= *p1++ ^ *p2++;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue