]> git.ozlabs.org Git - ccan/blobdiff - ccan/crypto/sha256/_info
sha256: Use hex for test results
[ccan] / ccan / crypto / sha256 / _info
index ecd08745c0ad51abb274b55b6cdd13c8b45425c1..4419508ddf28fba0e03a59783dc9c2bb8b2ebc78 100644 (file)
@@ -45,6 +45,11 @@ int main(int argc, char *argv[])
                return 0;
        }
 
+       if (strcmp(argv[1], "testdepends") == 0) {
+               printf("ccan/str/hex\n");
+               return 0;
+       }
+
        if (strcmp(argv[1], "libs") == 0) {
 #ifdef CCAN_CRYPTO_SHA256_USE_OPENSSL
                printf("crypto\n");