aboutsummaryrefslogtreecommitdiff
path: root/patches (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-31set link library dependencies with MSVC, fixes #221Brent Cook3-0/+9
2016-07-31properly enable strnlen checks for MSVCBrent Cook1-1/+1
2016-07-29create OPENBSD_6_0 branchBrent Cook2-1/+2
2016-07-19Fix typo in USE_BUILTIN_ARC4RANDOM checkcelan691-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.