mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
12 lines
105 B
C
12 lines
105 B
C
|
|
||
|
#include "util.h"
|
||
|
|
||
|
const char *
|
||
|
libor_get_digests(void)
|
||
|
{
|
||
|
return ""
|
||
|
#include "common_sha1.i"
|
||
|
;
|
||
|
}
|
||
|
|