mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
fdbdb4dc15
This way we do not need to rebuild util.c and/or config.c whenever any unrelated source file in src/common or src/or has changed.
12 lines
105 B
C
12 lines
105 B
C
|
|
#include "util.h"
|
|
|
|
const char *
|
|
libor_get_digests(void)
|
|
{
|
|
return ""
|
|
#include "common_sha1.i"
|
|
;
|
|
}
|
|
|