Print this page
3882 remove xmod & friends

*** 79,89 **** 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. */ --- 79,88 ----
*** 183,193 **** #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: --- 182,191 ----
*** 214,225 **** * 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, --- 212,221 ----
*** 600,605 **** * gets the inverse permutation of the very original. */ for (j=0; j<64; j++) block[j] = L[FP[j]-1]; } - /* EXPORT DELETE END */ --- 596,600 ----