pass a NULL prompter data to _krb5_pk_load_openssl_id

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15041 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-30 16:15:45 +00:00
parent a4f747ea8e
commit 2446dccfda

View File

@@ -1122,6 +1122,7 @@ pk_initialize(const char *user_id, const char *x509_anchors)
user_id,
x509_anchors,
NULL,
NULL,
NULL);
if (ret) {
krb5_warn(context, ret, "PKINIT: failed to load");