use new DES_ api

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12761 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2003-09-03 11:48:53 +00:00
parent 4a7a8019a7
commit b6b6ef861a
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ int mit_prop_dump(void*, const char*);
struct v4_principal {
char name[64];
char instance[64];
des_cblock key;
DES_cblock key;
int kvno;
int mkvno;
time_t exp_date;