_hx509_map_file changed prototype.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16869 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-31 01:49:37 +00:00
parent 34b94bcd88
commit 54c42411cb
2 changed files with 2 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ parse_file_der(const char *fn, Certificate *t)
void *data;
int ret;
ret = _hx509_map_file(fn, &data, &length);
ret = _hx509_map_file(fn, &data, &length, NULL);
if (ret)
return ret;

View File

@@ -324,7 +324,7 @@ p12_init(hx509_context context,
goto out;
}
ret = _hx509_map_file(residue, &buf, &len);
ret = _hx509_map_file(residue, &buf, &len, NULL);
if (ret)
goto out;