From 213255c32a0af62b2371c433de47a7f8af76eab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 21 Nov 2006 05:15:36 +0000 Subject: [PATCH] Drop KRB5_KU_TGS_IMPERSONATE. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19082 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 048fa6719..a33ea401a 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -216,8 +216,6 @@ typedef enum krb5_key_usage { /* Keyusage for the server referral in a TGS req */ KRB5_KU_SAM_ENC_NONCE_SAD = 27, /* Encryption of the SAM-NONCE-OR-SAD field */ - KRB5_KU_TGS_IMPERSONATE = -17, - /* Checksum type used in the impersonate field */ KRB5_KU_DIGEST_ENCRYPT = -18, /* Encryption key usage used in the digest encryption field */ KRB5_KU_DIGEST_OPAQUE = -19,