From effe258978203fb880a83ca3ae3f7386b2d87b5d Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 9 May 2011 18:06:15 +0000 Subject: Use internal crypto functions directly from util_crypt.c, avoiding a dependency on the accessor. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24918 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/k5-int.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index f1c1f7c07..0a00f1d28 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -643,8 +643,6 @@ struct krb5_key_st { void *cache; }; -/* These crypto functions are used by GSSAPI via the accessor. */ - krb5_error_code krb5int_arcfour_gsscrypt(const krb5_keyblock *keyblock, krb5_keyusage usage, const krb5_data *kd_data, krb5_crypto_iov *data, -- cgit