rgb-cln/ccan
Rusty Russell e8b294d338 CCAN: update for base64 compile fix on ARM.
```
ccan/ccan/base64/base64.c:34:10: error: result of comparison of constant 255 with expression of type 'int8_t' (aka 'signed char') is always false [-Werror,-Wtautological-constant-out-of-range-compare]
        if (ret == (char)0xff) {
            ~~~ ^  ~~~~~~~~~~
ccan/ccan/base64/base64.c:44:57: error: result of comparison of constant 255 with expression of type 'const signed char' is always true [-Werror,-Wtautological-constant-out-of-range-compare]
        return (maps->decode_map[(const unsigned char)b64char] != (char)0xff);
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~~~~~~~~~
```

Reported-by: Christian Decker
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2023-08-02 11:40:33 +09:30
..
ccan CCAN: update for base64 compile fix on ARM. 2023-08-02 11:40:33 +09:30
licenses ccan: add local copy. 2015-06-12 13:29:06 +09:30
tools/configurator ccan: update to fix hang in ./configure with clang. 2023-06-20 17:24:48 +09:30
README CCAN: update for base64 compile fix on ARM. 2023-08-02 11:40:33 +09:30

README

CCAN imported from http://ccodearchive.net.

CCAN version: init-2577-g1ae4c432