aboutsummaryrefslogtreecommitdiff
path: root/src/common/util_codedigest.c
blob: 7384f7dc1a5c420fc0890a5c8b72620b82b078f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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"
    ;
}