diff options
author | Alexandra Ellwood <lxs@mit.edu> | 2003-03-06 19:52:44 +0000 |
---|---|---|
committer | Alexandra Ellwood <lxs@mit.edu> | 2003-03-06 19:52:44 +0000 |
commit | 77496479cac1a3158c59fd6fd53e0b5cce02cde7 (patch) | |
tree | 28e900f75e0869ebb984817b3845786429fa38d2 /src/include/kerberosIV/prot.h | |
parent | 51d9147fa54ccc6fec3cec833c4e922e054a4941 (diff) | |
download | krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.tar.gz krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.tar.xz krb5-77496479cac1a3158c59fd6fd53e0b5cce02cde7.zip |
* des.h, krb.h: Removed deprecated KfM functions. They will be exported but not in the headers to discourage new callers. Removed enumsalwaysint because there are no typed enums in this header. * des.h: Made afs_string_to_key public on all platforms. (OpenAFS folk think this is okay.) * krb.h, prot.h: Made KRB_TICKET_GRANTING_TICKET public and removed non-public TICKET_GRANTING_TICKET because this macro is used in lots of places by KfM, including some clients. Made krb__get_srvtabname non-private because it is used by KEYFILE. * kadm.h: moved definition of MAXHOSTNAMELEN below the inclusion of other headers so that if it gets defined by those other headers or headers they include, we don't get a redefinition error (this happens on Mac OS X)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15245 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/kerberosIV/prot.h')
-rw-r--r-- | src/include/kerberosIV/prot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/kerberosIV/prot.h b/src/include/kerberosIV/prot.h index 3c1b530e0f..c927ac042c 100644 --- a/src/include/kerberosIV/prot.h +++ b/src/include/kerberosIV/prot.h @@ -35,7 +35,6 @@ #define KRB_PROT_VERSION 4 #define MAX_PKT_LEN 1000 #define MAX_TXT_LEN 1000 -#define TICKET_GRANTING_TICKET "krbtgt" /* Macro's to obtain various fields from a packet */ |