X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fhash%2F_info;h=bbb3685b5a4dee7790da89bfbf1b2d5141ad6ad4;hb=1d415706a6e948fe6dcc3b5dab45812b297f77a1;hp=80f52f15e0b76378c7a48246d193da401634383e;hpb=faace1758e31f87ee2032cc04c6bb41e3cf8f12e;p=ccan diff --git a/ccan/hash/_info b/ccan/hash/_info index 80f52f15..bbb3685b 100644 --- a/ccan/hash/_info +++ b/ccan/hash/_info @@ -1,4 +1,6 @@ +#include "config.h" #include +#include /** * hash - routines for hashing bytes @@ -12,7 +14,7 @@ * The stable ones will always give the same results on any computer, * and on any version of this package. * - * Licence: Public Domain + * License: CC0 (Public domain) * Maintainer: Rusty Russell * Author: Bob Jenkins */ @@ -22,6 +24,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/build_assert\n"); return 0; }