X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fhash%2F_info;h=d9754527a50c3a335c0ab45889db264a1e723b3e;hp=2ec7272529cc4b464e7f16f94a510d6dd16d2076;hb=6585f22b6d9e1b00eeaea2d4539a098d5fc2681c;hpb=570c9c555f076e74f46141bb42b5d1d7ac89f632 diff --git a/ccan/hash/_info b/ccan/hash/_info index 2ec72725..d9754527 100644 --- a/ccan/hash/_info +++ b/ccan/hash/_info @@ -1,4 +1,5 @@ #include +#include /** * hash - routines for hashing bytes @@ -12,7 +13,9 @@ * 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 */ int main(int argc, char *argv[]) { @@ -20,6 +23,7 @@ int main(int argc, char *argv[]) return 1; if (strcmp(argv[1], "depends") == 0) { + printf("ccan/build_assert\n"); return 0; }