mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 20:33:31 +01:00
minor tweaks to 4b19730c82
This commit is contained in:
parent
1f678277a1
commit
b48f83ab8c
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* \file di_ops.c
|
* \file di_ops.c
|
||||||
* \brief Functions for data-independent operations
|
* \brief Functions for data-independent operations.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "orconfig.h"
|
#include "orconfig.h"
|
||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Timing-safe version of memcmp. As memcmp, compare the <b>sz</b> bytes
|
* Timing-safe version of memcmp. As memcmp, compare the <b>sz</b> bytes
|
||||||
* at <b>a</b> with the <b>sz</b> bytes at <b>, and returns less than 0 if the
|
* at <b>a</b> with the <b>sz</b> bytes at <b>, and return less than 0 if the
|
||||||
* bytes at <b>a</b> lexically precede those at <b>b</b>, 0 if the byte ranges
|
* bytes at <b>a</b> lexically precede those at <b>b</b>, 0 if the byte ranges
|
||||||
* are equal, and greater than zero if the bytes at <b>a</b> lexically follow
|
* are equal, and greater than zero if the bytes at <b>a</b> lexically follow
|
||||||
* those at <b>.
|
* those at <b>.
|
||||||
|
Loading…
Reference in New Issue
Block a user