aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2019-05-24 13:11:44 -0400
committerGreg Hudson <ghudson@mit.edu>2019-05-28 12:23:42 -0400
commite0a35ff48c09a26ebb9aefd7e98855a84574b8be (patch)
treeb409b6d662582bb3b47e4375d0a403507895a2ce /src/include
parentb7c260b22c5d815b83ff37a35569e07e847cd9c3 (diff)
downloadkrb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.zip
krb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.tar.gz
krb5-e0a35ff48c09a26ebb9aefd7e98855a84574b8be.tar.bz2
Remove the v4 and afs3 salt types
In preparation for removing single-DES support, remove the v4 and afs3 salt types. The afs3 salt type could only be used with single-DES keys, and the v4 salt type was only useful for single-DES keys from krb4 databases. [ghudson@mit.edu: wrote commit message] ticket: 8808
Diffstat (limited to 'src/include')
-rw-r--r--src/include/kdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/kdb.h b/src/include/kdb.h
index 92f8458..0c48da6 100644
--- a/src/include/kdb.h
+++ b/src/include/kdb.h
@@ -73,11 +73,11 @@
/* Salt types */
#define KRB5_KDB_SALTTYPE_NORMAL 0
-#define KRB5_KDB_SALTTYPE_V4 1
+/* #define KRB5_KDB_SALTTYPE_V4 1 */
#define KRB5_KDB_SALTTYPE_NOREALM 2
#define KRB5_KDB_SALTTYPE_ONLYREALM 3
#define KRB5_KDB_SALTTYPE_SPECIAL 4
-#define KRB5_KDB_SALTTYPE_AFS3 5
+/* #define KRB5_KDB_SALTTYPE_AFS3 5 */
#define KRB5_KDB_SALTTYPE_CERTHASH 6
/* Attributes */