mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-21 17:08:26 +02:00
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;
|
int ret = 0;
|
||||||
|
|
||||||
for (; n > 0; n--) {
|
for (; n > 0; n--) {
|
||||||
#ifdef WINDOWS
|
|
||||||
if (*p1 == '\r' && *(p1 + 1) == '\n' && *p2 == '\n')
|
|
||||||
p1++;
|
|
||||||
#endif // WINDOWS
|
|
||||||
ret |= *p1++ ^ *p2++;
|
ret |= *p1++ ^ *p2++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user