memcmp.3: tfix

Reported-by: Andre Majorel <aym-xunil@teaser.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-07 06:47:54 +01:00
parent e0ea18e3fc
commit 8d476c394a
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ to compare security critical data, such as cryptographic secrets,
because the required CPU time depends on the number of equal bytes.
Instead, a function that performs comparisons in constant time is required.
Some operating systems provide such a function (e.g., NetBSD's
.BR const_memequal ()),
.BR consttime_memequal ()),
but no such function is specified in POSIX.
On Linux, it may be necessary to implement such a function oneself.
.SH SEE ALSO