merge new-crypto branch

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5332 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-02-11 21:03:59 +00:00
parent 0a6c3f7fde
commit aaae186ab9
83 changed files with 4175 additions and 1509 deletions

View File

@@ -54,7 +54,7 @@ vsyslog(int pri, const char *fmt, va_list ap)
{
char *p;
asprintf (&p, fmt, ap);
vasprintf (&p, fmt, ap);
syslog (pri, "%s", p);
free (p);
}