summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/cc_keyring.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2008-08-15 18:46:12 +0000
committerEzra Peisach <epeisach@mit.edu>2008-08-15 18:46:12 +0000
commit6ac687b64e61a5ab5a0874d32105d03a12304d30 (patch)
treebe5dacb5ffb32d5713578df312b34c5a677c9db0 /src/lib/krb5/ccache/cc_keyring.c
parentc438b327af4cf5ba96ed3f7e02b6327b9d06c1ae (diff)
downloadkrb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.tar.gz
krb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.tar.xz
krb5-6ac687b64e61a5ab5a0874d32105d03a12304d30.zip
Move prototype for krb5int_random_string from k5-int.h to cc-int.h as
it is private to the ccache code. Include cc-int.h where needed, and update Makefile.in dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20662 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/ccache/cc_keyring.c')
-rw-r--r--src/lib/krb5/ccache/cc_keyring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/krb5/ccache/cc_keyring.c b/src/lib/krb5/ccache/cc_keyring.c
index d892584fe..be22a8365 100644
--- a/src/lib/krb5/ccache/cc_keyring.c
+++ b/src/lib/krb5/ccache/cc_keyring.c
@@ -70,7 +70,7 @@
* special key, which is not counted in the 'numkeys' count
*/
-#include "k5-int.h"
+#include "cc-int.h"
#ifdef USE_KEYRING_CCACHE