=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsaddgroup.c,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/19 20:50:58 1.6 --- src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/19 21:23:44 1.7 *************** *** 1,4 **** ! /* $OpenBSD: tcfsaddgroup.c,v 1.6 2000/06/19 20:50:58 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsaddgroup.c,v 1.7 2000/06/19 21:23:44 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 357,363 **** * Encrypt the just generated key with the user password */ if (!tcfs_encrypt_key (passwd, newkey, GKEYSIZE, ! cryptedkey, GROUPKEY)) tcfs_error (ER_MEM, NULL); free (newkey); --- 357,363 ---- * Encrypt the just generated key with the user password */ if (!tcfs_encrypt_key (passwd, newkey, GKEYSIZE, ! cryptedkey, UUGKEYSIZE)) tcfs_error (ER_MEM, NULL); free (newkey);