]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Export krb5_rc_recover_or_initialize on Windows
authorGreg Hudson <ghudson@mit.edu>
Sat, 22 Sep 2012 00:01:41 +0000 (20:01 -0400)
committerGreg Hudson <ghudson@mit.edu>
Sat, 22 Sep 2012 00:09:41 +0000 (20:09 -0400)
krb5_rc_recover_or_initialize is not a public function, but is now
used by the krb5 mechanism when importing a credential.  Mark it as
PRIVATE GSSAPI in the export list.

src/lib/krb5_32.def

index a363801b25d379c7ee9eaba97c0933523ce8cef3..00ddbfa4697f27107b0b268ea6e37c35d53142a1 100644 (file)
@@ -435,3 +435,4 @@ EXPORTS
        krb5_responder_get_challenge                    @406
        krb5_responder_list_questions                   @407
        krb5_responder_set_answer                       @408
+       krb5_rc_recover_or_initialize                   @409 ; PRIVATE GSSAPI