Print this page
first pass

@@ -79,11 +79,10 @@
                     krb5_keyblock *keyblock, const krb5_data *data,
                     const krb5_data *salt)
 {
     /* Solaris Kerberos */
     krb5_error_code retval = KRB5_PROG_ETYPE_NOSUPP;
-/* EXPORT DELETE START */
   /* totally different approach from MIT string2key. */
   /* much of the work has already been done by the only caller 
      which is mit_des_string_to_key; in particular, *keyblock is already 
      set up. */
   

@@ -183,11 +182,10 @@
 #if 0
     /* must free here because it was copied for this special case */
     krb5_xfree(salt->data);
 #endif
 
-/* EXPORT DELETE END */
     return retval;
 }
 
 
 /* Portions of this code:

@@ -214,12 +212,10 @@
  *      Ann Arbor, Michigan
  *      +1-313-936-2652
  *      netatalk@terminator.cc.umich.edu
  */
 
-/* EXPORT DELETE START */
-
 static void krb5_afs_crypt_setkey (char*, char*, char(*)[48]);
 static void krb5_afs_encrypt (char*,char*,char (*)[48]);
 
 /*
  * Initial permutation,

@@ -600,6 +596,5 @@
          * gets the inverse permutation of the very original.
          */
         for (j=0; j<64; j++)
                 block[j] = L[FP[j]-1];
 }
-/* EXPORT DELETE END */