radare2/libr/crypto
pancake f8a35da205
Dont use != NULL as its implicit in C, even for bool casts ##refactor
$ find binr libr -name "*.c" -exec sed -i -e 's/ != NULL//g' {} \;
2022-03-15 19:54:04 +01:00
..
p Fix msvc warnings (#19827) 2022-03-15 19:27:34 +01:00
crypto.c Dont use != NULL as its implicit in C, even for bool casts ##refactor 2022-03-15 19:54:04 +01:00
des.c Fix static/R_API function definition formatting 2021-12-21 20:58:12 +01:00
Makefile Fix #4056 - rename DEPS to R2DEPS ##build (#17020) 2020-06-12 10:49:28 +08:00
meson.build Make -Dblob=true statically link all r2 libraries ##build 2022-03-02 11:30:28 +01:00