aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/bsd-asprintf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve and simplify function and header detection logic.Brent Cook2014-10-301-3/+1
| | | | | | | | | Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug
* harmonize asprintf with OpenSSHBrent Cook2014-07-301-16/+13
| | | | | | | | | * use the original name for the file from OpenSSH (remove duplicate version) * add va_copy/__va_copy checks to configure * incorporate proposed fixes to openssh version: + include more system headers directly for various definitions + limit the scope of va_copy/va_end to their affected vsnprintf calls + simplify error handling, removing a dead assignment
* We're probably gonna need this for solaris 10Bob Beck2014-07-121-0/+101