summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2007-02-13 00:35:48 +0000
committerTom Yu <tlyu@mit.edu>2007-02-13 00:35:48 +0000
commite5046173f507376edc91849e97062e410cdc95c4 (patch)
tree200e157aa557b767ac12933e069336bc199bde23 /src/include
parent869a2ccbbf1601b25652fc96dff2ba94ad408712 (diff)
downloadkrb5-e5046173f507376edc91849e97062e410cdc95c4.tar.gz
krb5-e5046173f507376edc91849e97062e410cdc95c4.tar.xz
krb5-e5046173f507376edc91849e97062e410cdc95c4.zip
rename krb5_server_decrypt_ticket_keyblock() to
krb5int_server_decrypt_ticket_keyblock() ticket: 5349 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19159 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/k5-int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 21b0f4d01..d84449803 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -2427,7 +2427,7 @@ krb5_error_code krb5_auth_con_getpermetypes
krb5_enctype **);
krb5_error_code KRB5_CALLCONV
-krb5_server_decrypt_ticket_keyblock
+krb5int_server_decrypt_ticket_keyblock
(krb5_context context,
const krb5_keyblock *key,
krb5_ticket *ticket);