repo.or.cz
/
tor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)
[tor.git]
/
src
/
or
/
config_codedigest.c
blob
86d14baceff741892b8d3d362fc03f4a05955f1b
1
2
const char
*
tor_get_digests
(
void
);
3
4
/** Return a string describing the digest of the source files in src/or/
5
*/
6
const char
*
7
tor_get_digests
(
void
)
8
{
9
return
""
10
#include
"or_sha1.i"
11
;
12
}
13