krb5 commit: Export gss_mech_krb5_wrong from libgssapi_krb5
Greg Hudson
ghudson at MIT.EDU
Tue May 22 13:46:00 EDT 2012
https://github.com/krb5/krb5/commit/9b693c2c5370a3a792f594ccb08475465438cd19
commit 9b693c2c5370a3a792f594ccb08475465438cd19
Author: Greg Hudson <ghudson at mit.edu>
Date: Tue May 22 13:45:18 2012 -0400
Export gss_mech_krb5_wrong from libgssapi_krb5
Although there are few legitimate reasons to use gss_mech_krb5_wrong,
it's declared in the public header and exported in the Windows DLL.
So export it from the Unix library as well.
ticket: 7148 (new)
target_version: 1.10.2
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 2ca736c..58111aa 100644
--- a/src/lib/gssapi/libgssapi_krb5.exports
+++ b/src/lib/gssapi/libgssapi_krb5.exports
@@ -96,6 +96,7 @@ gss_map_name_to_any
gss_mech_iakerb
gss_mech_krb5
gss_mech_krb5_old
+gss_mech_krb5_wrong
gss_mech_set_krb5
gss_mech_set_krb5_both
gss_mech_set_krb5_old
More information about the cvs-krb5
mailing list