Load import/export cred functions from GSS modules When the import/export credential feature was implement the related functions were added to struct gss_config, but the initialization function that dynamically loads modules was not changed to see if the plugin being loaded provided such functions. This will allow non-builtin mechanism and interposer mechanism to implement custom import/export credential extensions if they wish. https://github.com/krb5/krb5/commit/744d6f873393b6bbd12e1c1884738676a089fa65 Author: Simo Sorce Committer: Greg Hudson Commit: 744d6f873393b6bbd12e1c1884738676a089fa65 Branch: master src/lib/gssapi/mechglue/g_initialize.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)