cryptosystem structures of the krb5_encrypt_block structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9798
dc483132-0cff-0310-8789-
dd5450dbe970
Wed Feb 5 20:27:50 1997 Richard Basch <basch@lehman.com>
+ * util_crypt.c: Include k5-int.h as we need to dereference
+ the _cryptosystem_entry element of the krb5_encrypt_block.
+
* acquire_cred.c (acquire_accept_cred): Removed unused local variable
Tue Feb 4 15:56:01 1997 Richard Basch <basch@lehman.com>
* PERFORMANCE OF THIS SOFTWARE.
*/
+#include "k5-int.h"
#include "gssapiP_krb5.h"
#include <memory.h>
kg_confounder_size(ed)
krb5_gss_enc_desc *ed;
{
- /* XXX Is this an abstraction violation? */
+ /* XXX Abstraction violation!!! */
return(ed->eblock.crypto_entry->block_length);
}
krb5_gss_enc_desc *ed;
unsigned char *buf;
{
+ /* XXX Abstraction violation!!! */
+
return(krb5_random_confounder(ed->eblock.crypto_entry->block_length, buf));
}