Module Name: src Committed By: riastradh Date: Wed Mar 18 20:11:35 UTC 2015
Modified Files: src/common/lib/libc/string: consttime_memequal.c Log Message: Switch to the suggested constant-time result conversion. Not hard to find CPU/compiler combinations with branches for `!res'. While here, make everything unsigned for good measure. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/common/lib/libc/string/consttime_memequal.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.