summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-05-09 18:06:15 +0000
committerGreg Hudson <ghudson@mit.edu>2011-05-09 18:06:15 +0000
commiteffe258978203fb880a83ca3ae3f7386b2d87b5d (patch)
tree432e621d846c4130c65ef5ccacd038d419fff1ea /src/include
parent779a79f566abdb82a989ef2dfcba43ac656c2da7 (diff)
downloadkrb5-effe258978203fb880a83ca3ae3f7386b2d87b5d.tar.gz
krb5-effe258978203fb880a83ca3ae3f7386b2d87b5d.tar.xz
krb5-effe258978203fb880a83ca3ae3f7386b2d87b5d.zip
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
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 0 insertions, 2 deletions
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,