[BACK]Return to tcfsaddgroup.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcfs

Diff for /src/usr.bin/tcfs/Attic/tcfsaddgroup.c between version 1.6 and 1.7

version 1.6, 2000/06/19 20:50:58 version 1.7, 2000/06/19 21:23:44
Line 357 
Line 357 
                  * Encrypt the just generated key with the user password                   * Encrypt the just generated key with the user password
                  */                   */
                 if (!tcfs_encrypt_key (passwd, newkey, GKEYSIZE,                  if (!tcfs_encrypt_key (passwd, newkey, GKEYSIZE,
                     cryptedkey, GROUPKEY))                      cryptedkey, UUGKEYSIZE))
                         tcfs_error (ER_MEM, NULL);                          tcfs_error (ER_MEM, NULL);
   
                 free (newkey);                  free (newkey);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7