From: Greg Hudson Date: Sat, 22 Sep 2012 00:01:41 +0000 (-0400) Subject: Export krb5_rc_recover_or_initialize on Windows X-Git-Tag: krb5-1.11-alpha1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e3c9cef82b71df38178a40eeaa054b4e42fb061;p=thirdparty%2Fkrb5.git Export krb5_rc_recover_or_initialize on Windows 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. --- diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def index a363801b25..00ddbfa469 100644 --- a/src/lib/krb5_32.def +++ b/src/lib/krb5_32.def @@ -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