On Aug 11, 2007, at 11:15, Jeffrey Altman via RT wrote:
Show quoted text
> Export krb5_get_profile. Remove comment saying it should be
> added and just do it.
Your change also added several other symbols to the export list,
including some not conforming to the krb5* and profile* naming
scheme, and not listed in krb5.h. If they are in fact needed, we
should define new names for them, and consider making them public.
Several of the symbols newly exported also don't have calling
conventions specified, which stops the Linux build (and perhaps we
should add that check to the Windows build process as well).
If you don't need them in the next 1.6.x and KfW releases, please
revert that part of the change. If you do, I'd like to hear why.