load hx509 context

This commit is contained in:
Love Hornquist Astrand
2009-09-29 11:29:02 -07:00
parent e27f40b032
commit a95f16503e

View File

@@ -304,6 +304,12 @@ krb5_init_context(krb5_context *context)
cc_ops_register(p); cc_ops_register(p);
kt_ops_register(p); kt_ops_register(p);
#ifdef PKINIT
ret = hx509_context_init(&p->hx509ctx);
if (ret)
goto out;
#endif
out: out:
if(ret) { if(ret) {
krb5_free_context(p); krb5_free_context(p);