summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1992-04-24 03:00:48 +0000
committerTheodore Tso <tytso@mit.edu>1992-04-24 03:00:48 +0000
commit0c54b0e8c2e21a951abf3036a0a060edb6bc3b05 (patch)
treea9f2b770c7f78d25907bb29246285446e1171579 /src/include
parent72af0b8004e70b2cd8e10c31e0e9c0c0b033661a (diff)
Added pre-authentication type for DASS
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2277 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/proto.h b/src/include/krb5/proto.h
index 8e0fb096d..d09592a52 100644
--- a/src/include/krb5/proto.h
+++ b/src/include/krb5/proto.h
@@ -64,6 +64,9 @@
#define KRB5_PADATA_ENC_TIMESTAMPS 2
#define KRB5_PADATA_PW_SALT 3
+/* Reserved for SPX pre-authentication. */
+#define KRB5_PADATA_DASS 16
+
/* Transited encoding types */
#define KRB5_DOMAIN_X500_COMPRESS 1