Go to file
Nicolas Roeser 7a4c375dc6 Make code compatible with C23
C23 defines ‘bool’ as a keyword. The code used it as a variable, which
caused builds to fail with e.g. GCC 15, which by default assumes C23
sources.

Rename variables to prevent the conflict. The variables are only used
internally.
2025-05-10 18:02:57 +02:00
.reuse Furter cleanup after OpenPGP-SDK split 2022-01-11 12:25:50 +01:00
LICENSES Improve license according to REUSE 3.0 2019-12-18 17:57:20 +01:00
src Make code compatible with C23 2025-05-10 18:02:57 +02:00
CMakeLists.txt Initial CMake support for libretroshare 2021-12-09 13:04:06 +01:00
COPYING Add COPYING 2020-04-01 16:35:22 +02:00