mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
14 lines
186 B
C
14 lines
186 B
C
|
|
#include "util.h"
|
|
|
|
/** Return a string describing the digest of the source files in src/common/
|
|
*/
|
|
const char *
|
|
libor_get_digests(void)
|
|
{
|
|
return ""
|
|
#include "common_sha1.i"
|
|
;
|
|
}
|
|
|