summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
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/include/k5-int.h
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/include/k5-int.h')
-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 b9abd8a34..76c2ba0f4 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1762,8 +1762,6 @@ krb5_error_code
krb5int_generate_and_save_subkey (krb5_context, krb5_auth_context,
krb5_keyblock * /* Old keyblock, not new! */);
-krb5_error_code krb5int_random_string (krb5_context, char *, unsigned int);
-
/* set and change password helpers */
krb5_error_code krb5int_mk_chpw_req