Make setting up Kerberos accounts work again
authortholo <tholo@openbsd.org>
Wed, 17 Apr 1996 07:23:33 +0000 (07:23 +0000)
committertholo <tholo@openbsd.org>
Wed, 17 Apr 1996 07:23:33 +0000 (07:23 +0000)
kerberosIV/register/register.c
kerberosIV/registerd/registerd.c

index 3104f3e..067cb2d 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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
@@ -291,7 +291,7 @@ setup_key(local)
                exit(1);
        }
        key_sched(&kdata.kf_key, schedule);
-       des_set_key(&kdata.kf_key, schedule);
+       desrw_set_key(&kdata.kf_key, schedule);
        return;
 }
 
index e1ede25..535434f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $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
@@ -130,7 +130,7 @@ main(argc, argv)
        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 */