From: Greg Hudson Date: Mon, 10 Sep 2012 17:30:56 +0000 (-0400) Subject: Add cred store functions to gssapi32.def X-Git-Tag: krb5-1.11-alpha1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d4cf92a9de119e634b068820e48ee509cb1f71f;p=thirdparty%2Fkrb5.git Add cred store functions to gssapi32.def 25ee704e83c2c63d4b5ecd12ea31c1979239041e added three new public GSSAPI functions; add them to the DLL export file. ticket: 7217 --- diff --git a/src/lib/gssapi32.def b/src/lib/gssapi32.def index f835b9ad29..296506da16 100644 --- a/src/lib/gssapi32.def +++ b/src/lib/gssapi32.def @@ -170,3 +170,7 @@ EXPORTS gss_nt_service_name_v2 @137 DATA ; Added in 1.10 gss_localname @138 +; Added in 1.11 + gss_acquire_cred_from @139 + gss_add_cred_from @140 + gss_store_cred_into @141