aboutsummaryrefslogtreecommitdiff
path: root/crypto/compat/bsd-asprintf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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