From: Greg Hudson Date: Tue, 22 May 2012 17:45:18 +0000 (-0400) Subject: Export gss_mech_krb5_wrong from libgssapi_krb5 X-Git-Tag: krb5-1.10.2-final~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3707cc9745ee895e9691519c02925010056fec01;p=thirdparty%2Fkrb5.git 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. (cherry picked from commit 9b693c2c5370a3a792f594ccb08475465438cd19) ticket: 7148 version_fixed: 1.10.2 status: resolved --- diff --git a/src/lib/gssapi/libgssapi_krb5.exports b/src/lib/gssapi/libgssapi_krb5.exports index 2ca736c6fb..58111aa63f 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