Nicolas Mora
Nicolas Mora
Add two functions in the library: - `cbor_equal`: compare two cbor items content and return true if type, metadata and data are the same - `cbor_map_get`: return the value corresponding...
The [wiki page](https://github.com/zmartzone/liboauth2/wiki) mentioned in the [community support](https://github.com/zmartzone/liboauth2#community-support) paragraphs redirects to the project page: https://github.com/zmartzone/liboauth2 Is there any documentation available somewhere to describe the API for developers?
`MAXPATHLEN` is not present in some systems, e.g. hurd. Fixes #1414 Closes #1315
**Describe the bug** When building libssh2 on hurd* systems, the tests fail to build because `MAXPATHLEN` is not defined on those systems: ``` session_fixture.c:231:36: error: ‘MAXPATHLEN’ undeclared (first use in...
As seen on #277