diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-04-13 15:56:04 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-04-13 15:56:04 +0000 |
| commit | 90241ce506e287110902affd4f01730d10586c02 (patch) | |
| tree | 21de1dd52e5fc8a609290b78c304aff89a7e7f3f /src/include | |
| parent | 7c8042a1039ed6de71e5b4bde43d4d6d008300b6 (diff) | |
| download | krb5-90241ce506e287110902affd4f01730d10586c02.tar.gz krb5-90241ce506e287110902affd4f01730d10586c02.tar.xz krb5-90241ce506e287110902affd4f01730d10586c02.zip | |
Don't include kdb.h from k5-int.h; instead, include it in the handful
of places where it's actually needed. Update dependencies.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17898 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/adm.h | 3 | ||||
| -rw-r--r-- | src/include/k5-int.h | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/include/adm.h b/src/include/adm.h index 86798a8300..34c195fa24 100644 --- a/src/include/adm.h +++ b/src/include/adm.h @@ -186,6 +186,9 @@ #define KRB5_ADM_KT_KEY_KEY 4 #define KRB5_ADM_KT_NCOMPS 5 +/* for krb5_key_salt_tuple */ +#include "kdb.h" + /* * Data structure returned by krb5_read_realm_params() */ diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 4b455f9fbe..dcb13af5c8 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -765,11 +765,6 @@ krb5_error_code krb5_encrypt_helper */ /* - * Include the KDB definitions. - */ -#include "kdb.h" - -/* * Begin "libos.h" */ #ifndef KRB5_LIBOS__ |
