krb5 commit: Export function gss_add_cred_with_password
Greg Hudson
ghudson at mit.edu
Tue Jan 20 22:10:38 EST 2015
https://github.com/krb5/krb5/commit/266cce14ee39f6d11b186ee988cffd0c2a119f3d
commit 266cce14ee39f6d11b186ee988cffd0c2a119f3d
Author: Robbie Harwood (frozencemetery) <rharwood at redhat.com>
Date: Tue Jan 20 15:43:40 2015 -0500
Export function gss_add_cred_with_password
This function is already present in gssapi_ext.h, but without
exporting it, a link error will be produced every time it is used.
ticket: 8061 (new)
target_version: 1.13.1
tags: pullup
src/lib/gssapi/libgssapi_krb5.exports | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/lib/gssapi/libgssapi_krb5.exports b/src/lib/gssapi/libgssapi_krb5.exports
index 93c7791..a949e83 100644
--- a/src/lib/gssapi/libgssapi_krb5.exports
+++ b/src/lib/gssapi/libgssapi_krb5.exports
@@ -43,6 +43,7 @@ gss_acquire_cred_impersonate_name
gss_add_buffer_set_member
gss_add_cred
gss_add_cred_impersonate_name
+gss_add_cred_with_password
gss_add_oid_set_member
gss_authorize_localname
gss_canonicalize_name
More information about the cvs-krb5
mailing list