svn rev #24828: trunk/src/lib/krb5/krb/
raeburn@MIT.EDU
raeburn at MIT.EDU
Sun Apr 3 17:54:32 EDT 2011
http://mv.ezproxy.com.ezproxyberklee.flo.org/fisheye/changelog/krb5/?cs=24828
Commit By: raeburn
Log Message:
Include krb5_libinit.h always, since we call krb5int_initialize_library always.
Changed Files:
U trunk/src/lib/krb5/krb/init_ctx.c
Modified: trunk/src/lib/krb5/krb/init_ctx.c
===================================================================
--- trunk/src/lib/krb5/krb/init_ctx.c 2011-04-03 12:34:43 UTC (rev 24827)
+++ trunk/src/lib/krb5/krb/init_ctx.c 2011-04-03 21:54:32 UTC (rev 24828)
@@ -53,10 +53,7 @@
#include "int-proto.h"
#include <ctype.h>
#include "brand.c"
-/* There has to be a better way for windows... */
-#if defined(unix) || TARGET_OS_MAC
#include "../krb5_libinit.h"
-#endif
/* The des-mdX entries are last for now, because it's easy to
configure KDCs to issue TGTs with des-mdX keys and then not accept
More information about the cvs-krb5
mailing list