hdb: remove HDB_F_CURRENT_KVNO flag

remove HDB_F_CURRENT_KVNO flag from hdb.h, it is no longer used
This commit is contained in:
Luke Howard
2022-01-26 11:10:03 +11:00
parent 5cd49a8032
commit 11fa99416d

View File

@@ -66,7 +66,6 @@ enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK };
#define HDB_F_CANON 32 /* want canonicalition */
#define HDB_F_ADMIN_DATA 64 /* want data that kdc don't use */
#define HDB_F_KVNO_SPECIFIED 128 /* we want a particular KVNO */
#define HDB_F_CURRENT_KVNO 256 /* we want the current KVNO */
#define HDB_F_LIVE_CLNT_KVNOS 512 /* we want all live keys for pre-auth */
#define HDB_F_LIVE_SVC_KVNOS 1024 /* we want all live keys for tix */
#define HDB_F_ALL_KVNOS 2048 /* we want all the keys, live or not */