svn rev #25381: branches/krb5-1-9/src/lib/krb5/krb/
tlyu@MIT.EDU
tlyu at MIT.EDU
Tue Oct 18 17:07:23 EDT 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25381
Commit By: tlyu
Log Message:
ticket: 6960
version_fixed: 1.9.2
status: resolved
pull up r24828 from trunk
------------------------------------------------------------------------
r24828 | raeburn | 2011-04-03 17:54:32 -0400 (Sun, 03 Apr 2011) | 2 lines
Include krb5_libinit.h always, since we call krb5int_initialize_library always.
Changed Files:
U branches/krb5-1-9/src/lib/krb5/krb/init_ctx.c
Modified: branches/krb5-1-9/src/lib/krb5/krb/init_ctx.c
===================================================================
--- branches/krb5-1-9/src/lib/krb5/krb/init_ctx.c 2011-10-18 20:42:57 UTC (rev 25380)
+++ branches/krb5-1-9/src/lib/krb5/krb/init_ctx.c 2011-10-18 21:07:23 UTC (rev 25381)
@@ -57,10 +57,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