diff options
author | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-20 15:28:45 +0000 |
---|---|---|
committer | Matthew Dempsky <matthew@cvs.openbsd.org> | 2010-07-20 15:28:45 +0000 |
commit | c423123010a4d3b4ee7bbd318a9d01bad08b80a2 (patch) | |
tree | 9fa2fd510bd0a69fd84b6325f8e1353c2c96258c /sys/conf | |
parent | da02afd0dcd3f8dbc03d91eae0a457a2d88b0dd4 (diff) |
Add OpenSSH's timingsafe_bcmp() to libkern.
ok djm@, deraadt@
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 6187472e38f..4f5e41e0b57 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.497 2010/07/13 16:47:03 deraadt Exp $ +# $OpenBSD: files,v 1.498 2010/07/20 15:28:43 matthew Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -1089,6 +1089,7 @@ file dev/x86emu/x86emu_util.c x86emu file lib/libkern/mcount.c gprof file lib/libkern/getsn.c file lib/libkern/random.c +file lib/libkern/timingsafe_bcmp.c file lib/libkern/arch/${MACHINE_ARCH}/strchr.S | lib/libkern/strchr.c file lib/libkern/arch/${MACHINE_ARCH}/strrchr.S | lib/libkern/strrchr.c file lib/libkern/arch/${MACHINE_ARCH}/__main.S | lib/libkern/__main.c |