Print this page
3882 remove xmod & friends

@@ -34,11 +34,10 @@
 #include <sys/types.h>
 
 void
 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP)
 {
-/* EXPORT DELETE START */
         int     i, ii;
         int     t, j, k;
         char    t2;
 
         /*

@@ -113,7 +112,6 @@
          * The final output
          * gets the inverse permutation of the very original.
          */
         for (j = 0; j < 64; j++)
                 block[j] = L[FP[j]-1];
-/* EXPORT DELETE END */
 }