diff options
author | Ken Raeburn <raeburn@mit.edu> | 2011-04-03 21:54:32 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2011-04-03 21:54:32 +0000 |
commit | b8a09779cc2b078833fc6a31e8046452288c938d (patch) | |
tree | 19ac849eab231fcccb9109dab8f9fb00de1288e6 /src | |
parent | 273cec2b87d9685d05f59c48965d65783915e7ab (diff) | |
download | krb5-b8a09779cc2b078833fc6a31e8046452288c938d.tar.gz krb5-b8a09779cc2b078833fc6a31e8046452288c938d.tar.xz krb5-b8a09779cc2b078833fc6a31e8046452288c938d.zip |
Include krb5_libinit.h always, since we call krb5int_initialize_library always
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24828 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/krb5/krb/init_ctx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/krb5/krb/init_ctx.c b/src/lib/krb5/krb/init_ctx.c index cd0685df38..99ff5fcdef 100644 --- a/src/lib/krb5/krb/init_ctx.c +++ b/src/lib/krb5/krb/init_ctx.c @@ -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 |