summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-01-08 21:54:29 +0000
committerGreg Hudson <ghudson@mit.edu>2012-01-08 21:54:29 +0000
commit8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747 (patch)
treee3aff502a5e1990648e27ba2f952ddddbff2c077 /src/include
parent94cfb9542c15bb54a786fa62c26f357d183cea41 (diff)
downloadkrb5-8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747.tar.gz
krb5-8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747.tar.xz
krb5-8cbd9cd9c5a9663f89f4be8a09efe1a5ad217747.zip
Remove unneeded kdcRealm field in PKINIT structure
krb5_pk_authenticator_draft9 had a kdcRealm field which was set by the client code but never encoded or decoded. Remove it. Eliminating this field exposed a bug in auth_pack_draft9_optional; fix that. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25624 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int-pkinit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/k5-int-pkinit.h b/src/include/k5-int-pkinit.h
index b5b0863d7c..7fbbc53ee1 100644
--- a/src/include/k5-int-pkinit.h
+++ b/src/include/k5-int-pkinit.h
@@ -47,7 +47,6 @@ typedef struct _krb5_pk_authenticator {
/* PKAuthenticator draft9 */
typedef struct _krb5_pk_authenticator_draft9 {
krb5_principal kdcName;
- krb5_data kdcRealm;
krb5_int32 cusec; /* (0..999999) */
krb5_timestamp ctime;
krb5_int32 nonce; /* (0..4294967295) */