pull up r20571 from trunk
authorTom Yu <tlyu@mit.edu>
Mon, 11 Aug 2008 15:08:23 +0000 (15:08 +0000)
committerTom Yu <tlyu@mit.edu>
Mon, 11 Aug 2008 15:08:23 +0000 (15:08 +0000)
commit1bc8677e626f77828ca90528dd8ee7530e3bc7cc
treef9c0d1698fb186e085e37a206aa333fe666d2d03
parent99c789add02149f255b53beb1dc73ca5eae07217
pull up r20571 from trunk

 r20571@cathode-dark-space:  jaltman | 2008-07-23 10:44:50 -0400
 ticket: 6046
 tags: pullup

 The /src/windows/identity/plugins/common/dynimport.{c,h} files are used
 by the NIM Kerberos v5 plug-ins for run-time dynamic linking.  They
 currently do not declare or import the following functions:

 krb5_get_error_message()
 krb5_free_error_message()
 krb5_clear_error_message()

 This patch adds declarations and definitions required for locating these
 functions.  Relies on the addition of these functions to the prototype
 list in the Pismere loadfuncs-krb5.h.  See ticket 6045.

ticket: 6046
version_fixed: 1.6.4
status: resolved

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20639 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/identity/plugins/common/dynimport.c
src/windows/identity/plugins/common/dynimport.h