tor/src/common/util_codedigest.c
Nick Mathewson fdbdb4dc15 Include the *_sha1.i files in their own *_codedigest.c files.
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.
2009-05-08 12:35:36 -04:00

12 lines
105 B
C

#include "util.h"
const char *
libor_get_digests(void)
{
return ""
#include "common_sha1.i"
;
}