diff options
author | Greg Hudson <ghudson@mit.edu> | 2013-01-10 12:43:57 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2013-01-10 15:43:16 -0500 |
commit | f6961fb388a563420a7f198117a8a7cf508af474 (patch) | |
tree | 00aa54a6bc136486e6b253f8378a23fd719a729e /src/kdc/do_as_req.c | |
parent | 7803d919d906547228d2fb7552d856f7b8ca07de (diff) | |
download | krb5-f6961fb388a563420a7f198117a8a7cf508af474.tar.gz krb5-f6961fb388a563420a7f198117a8a7cf508af474.tar.xz krb5-f6961fb388a563420a7f198117a8a7cf508af474.zip |
Get rid of adm.h
adm.h predates the ovsec kadm5 integration. It contains a bunch of
obsolete defines and a redundant definition of krb5_realm_params. Get
rid of it, and include <kadm5/admin.h> where we currently include it.
Diffstat (limited to 'src/kdc/do_as_req.c')
-rw-r--r-- | src/kdc/do_as_req.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c index 79da300d22..453f319ce1 100644 --- a/src/kdc/do_as_req.c +++ b/src/kdc/do_as_req.c @@ -69,7 +69,7 @@ #include "kdc_util.h" #include "policy.h" -#include "adm.h" +#include <kadm5/admin.h> #include "adm_proto.h" #include "extern.h" |