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:
@@ -1122,6 +1122,7 @@ pk_initialize(const char *user_id, const char *x509_anchors)
|
|||||||
user_id,
|
user_id,
|
||||||
x509_anchors,
|
x509_anchors,
|
||||||
NULL,
|
NULL,
|
||||||
|
NULL,
|
||||||
NULL);
|
NULL);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
krb5_warn(context, ret, "PKINIT: failed to load");
|
krb5_warn(context, ret, "PKINIT: failed to load");
|
||||||
|
Reference in New Issue
Block a user