mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 06:48:05 +01:00
Fix typo in comment about digest256map_t
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
This commit is contained in:
parent
1070be8217
commit
c265621a52
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join,
|
||||||
DECLARE_MAP_FNS(strmap_t, const char *, strmap_);
|
DECLARE_MAP_FNS(strmap_t, const char *, strmap_);
|
||||||
/* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */
|
/* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */
|
||||||
DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_);
|
DECLARE_MAP_FNS(digestmap_t, const char *, digestmap_);
|
||||||
/* Map from const uint8_t[DIGEST_LEN] to void *. Implemented with a hash
|
/* Map from const uint8_t[DIGEST256_LEN] to void *. Implemented with a hash
|
||||||
* table. */
|
* table. */
|
||||||
DECLARE_MAP_FNS(digest256map_t, const uint8_t *, digest256map_);
|
DECLARE_MAP_FNS(digest256map_t, const uint8_t *, digest256map_);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue