Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib, tools, ipcpd: Fix compilation on FreeBSD | dimitri staessens | 2017-02-09 | 1 | -2/+6 |
| | | | | | | | | | | | | FreeBSD defines its own bswap64 in the <sys/endian.h> header, which is now included correctly. POSIX requires XSI or RTS extensions to be enabled for the sa_sigaction field to be visible. Linux doesn't do the check correctly, but FreeBSD does. Removes the LOG_MISSING call which was deprecated with the last revision of the logging system. | ||||
* | lib: Add SHA3 hash function | dimitri staessens | 2017-01-11 | 1 | -0/+194 |
Adds an SHA-3 hash implementation that will be used in the rib, adapted and redistributed from the RHASH project (https://github.com/rhash/RHash) |