From 971dbc57b3661f7b92feefae649929283659836d Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 21 Jul 2006 23:35:31 +0000 Subject: [PATCH] pull up r18163 from trunk r18163@cathode-dark-space: jaltman | 2006-06-19 13:33:36 -0400 ticket: new subject: Export krb5_gss_register_acceptor_identity in KFW krb5_gss_register_acceptor_identity is a gss krb5 extension that is part of the public ABI. It does not have a gss_krb5_* name due to historical reasons. Instead there is a gss_krb5_register_acceptor_identity macro that uses this export. ticket: 3899 git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@18362 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi32.def | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def index 51b7d481b..e09a8e964 100644 --- a/src/lib/gssapi32.def +++ b/src/lib/gssapi32.def @@ -72,6 +72,7 @@ EXPORTS gss_krb5_set_allowable_enctypes gss_krb5_export_lucid_sec_context gss_krb5_free_lucid_sec_context + krb5_gss_register_acceptor_identity ; ; GSS-API variables ; -- 2.26.2