use hx509_certs_iter_f

This commit is contained in:
Love Hornquist Astrand
2009-11-22 13:53:03 -08:00
parent 2153b884b6
commit f2178f07d5

View File

@@ -571,7 +571,7 @@ p12_store(hx509_context context,
memset(&as, 0, sizeof(as));
memset(&pfx, 0, sizeof(pfx));
ret = hx509_certs_iter(context, p12->certs, store_func, &as);
ret = hx509_certs_iter_f(context, p12->certs, store_func, &as);
if (ret)
goto out;