home *** CD-ROM | disk | FTP | other *** search
- *** crypt.c.orig Fri Nov 8 13:59:54 1991
- --- crypt.c Fri Mar 20 12:46:47 1992
- ***************
- *** 36,42 ****
- ush temp;
-
- temp = (ush)keys[2] | 2;
- ! return (int)(((temp * (temp ^ 1)) >> 8) & 0xff);
- }
-
- /***********************************************************************
- --- 36,42 ----
- ush temp;
-
- temp = (ush)keys[2] | 2;
- ! return (int)(((ush)(temp * (temp ^ 1)) >> 8) & 0xff);
- }
-
- /***********************************************************************
-