mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
#include "util.h"
|
||||
|
||||
const char *
|
||||
libor_get_digests(void)
|
||||
{
|
||||
return ""
|
||||
#include "common_sha1.i"
|
||||
;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user