Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add timingsafe_bcmp() | Sebastian Huber | 2016-03-18 | 1 | -0/+29 |
This function is used by LibreSSL and OpenSSH and is provided by the OpenBSD libc. * libc/include/string.h (timingsafe_bcmp): Declare. * libc/string/timingsafe_bcmp.c: New file. * libc/string/Makefile.am: Add new file. * libc/string/Makefile.in: Regenerate. |