diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-08-11 09:34:55 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-08-11 09:34:55 -0400 |
commit | da04fed865b6df09b33e6b632d51d34b3eb20d14 (patch) | |
tree | 87aeab8ad3e03cb0d92b064b6c669f0ae6bd7f0a /src/common | |
parent | 69f7f9b0d4758e46e5e7e4ea3c738815d3a289f5 (diff) | |
parent | 7dce409802193eed9f8378e11b1c38eeb1127929 (diff) | |
download | tor-da04fed865b6df09b33e6b632d51d34b3eb20d14.tar.gz tor-da04fed865b6df09b33e6b632d51d34b3eb20d14.zip |
Merge branch 'bug16389_027_03_squashed'
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/container.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/container.h b/src/common/container.h index 125900c8ca..2a6ba01e62 100644 --- a/src/common/container.h +++ b/src/common/container.h @@ -361,7 +361,7 @@ char *smartlist_join_strings2(smartlist_t *sl, const char *join, DECLARE_MAP_FNS(strmap_t, const char *, strmap_); /* Map from const char[DIGEST_LEN] to void *. Implemented with a hash table. */ 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. */ DECLARE_MAP_FNS(digest256map_t, const uint8_t *, digest256map_); |