(krb5_enctype): add ETYPE_DES3_CBC_NONE_IVEC as a new pseudo-type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9311 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-12-08 05:03:54 +00:00
parent 978cb24ac3
commit e6e28560ab

View File

@@ -87,7 +87,8 @@ typedef enum krb5_enctype {
ETYPE_DES_CBC_NONE = -0x1000,
ETYPE_DES3_CBC_NONE = -0x1001,
ETYPE_DES_CFB64_NONE = -0x1002,
ETYPE_DES_PCBC_NONE = -0x1003
ETYPE_DES_PCBC_NONE = -0x1003,
ETYPE_DES3_CBC_NONE_IVEC = -0x1004
} krb5_enctype;
typedef PADATA_TYPE krb5_preauthtype;