]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Add cred store functions to gssapi32.def
authorGreg Hudson <ghudson@mit.edu>
Mon, 10 Sep 2012 17:30:56 +0000 (13:30 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 10 Sep 2012 17:31:31 +0000 (13:31 -0400)
25ee704e83c2c63d4b5ecd12ea31c1979239041e added three new public GSSAPI
functions; add them to the DLL export file.

ticket: 7217

src/lib/gssapi32.def

index f835b9ad29a4ac55c07900efa42d1d43d704c587..296506da1635f687ce7f5a90b2e9c37402c71590 100644 (file)
@@ -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