mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 21:53:48 +01:00
12 lines
116 B
C
12 lines
116 B
C
|
|
const char *tor_get_digests(void);
|
|
|
|
const char *
|
|
tor_get_digests(void)
|
|
{
|
|
return ""
|
|
#include "or_sha1.i"
|
|
;
|
|
}
|
|
|