-/* $Id: register.c,v 1.1.1.1 1995/12/14 06:52:33 tholo Exp $ */
+/* $Id: register.c,v 1.2 1996/04/17 07:23:33 tholo Exp $ */
/*-
* Copyright (c) 1989, 1993
exit(1);
}
key_sched(&kdata.kf_key, schedule);
- des_set_key(&kdata.kf_key, schedule);
+ desrw_set_key(&kdata.kf_key, schedule);
return;
}
-/* $Id: registerd.c,v 1.2 1995/12/29 09:50:32 tholo Exp $ */
+/* $Id: registerd.c,v 1.3 1996/04/17 07:23:35 tholo Exp $ */
/*-
* Copyright (c) 1990, 1993
send_packet(msgbuf, CLEAR);
kfile = (struct keyfile_data *) keybuf;
key_sched(&kfile->kf_key, schedule);
- des_set_key(&kfile->kf_key, schedule);
+ desrw_set_key(&kfile->kf_key, schedule);
/* read the command code byte */