fix type in des3-cbc-none

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8614 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2000-07-08 16:04:25 +00:00
parent bea226bd5e
commit 14799a4363

View File

@@ -1916,7 +1916,7 @@ static struct encryption_type etypes[] = {
&checksum_none,
NULL,
F_PSEUDO,
DES_CBC_encrypt_null_ivec,
DES3_CBC_encrypt_null_ivec,
},
};