Re: Add timingsafe_bcmp to libc

2010-09-22 Thread Matthew Dempsky
On Wed, Sep 22, 2010 at 6:09 AM, Matthew Dempsky wrote: > The diff below adds timingsafe_bcmp() to libc, updates kern.9 to > mention that it's already in libkern, and removes the original from > OpenSSH. > > I've already individually built libc and ssh on amd64 and they still > build fine. I'm go

Add timingsafe_bcmp to libc

2010-09-22 Thread Matthew Dempsky
The diff below adds timingsafe_bcmp() to libc, updates kern.9 to mention that it's already in libkern, and removes the original from OpenSSH. I've already individually built libc and ssh on amd64 and they still build fine. I'm going to do a full userland rebuild now to double check, but thought I