Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nettle: update to 3.7.3 | Rosen Penev | 2021-08-08 | 1 | -4/+4 |
| | | | | | | | | Switch to AUTORELEASE to avoid manual increments. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com> | ||||
* | nettle: fix build on macos xcode 12 | Kevin Darbyshire-Bryant | 2020-11-26 | 1 | -0/+34 |
compiler warns that exit() isn't defined so checks for build system compiler fail. include <stdlib.h> to define exit() Tested under macos Catalina & Big Sur Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> |