Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-07-31 | set link library dependencies with MSVC, fixes #221 | Brent Cook | 3 | -0/+9 | |
2016-07-31 | properly enable strnlen checks for MSVC | Brent Cook | 1 | -1/+1 | |
2016-07-29 | create OPENBSD_6_0 branch | Brent Cook | 2 | -1/+2 | |
2016-07-19 | Fix typo in USE_BUILTIN_ARC4RANDOM check | celan69 | 1 | -1/+1 | |
Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective. |