summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Coffman <kwc@citi.umich.edu>2006-11-09 15:25:52 +0000
committerKevin Coffman <kwc@citi.umich.edu>2006-11-09 15:25:52 +0000
commit95ee526dd46fac618a9d685057fbe6c368f5c188 (patch)
treea4f37607dbf4f118a43bd254e4cfb51434846167
parent74085e5a0e2104630f2d124b3ba838931fee7f28 (diff)
downloadkrb5-95ee526dd46fac618a9d685057fbe6c368f5c188.tar.gz
krb5-95ee526dd46fac618a9d685057fbe6c368f5c188.tar.xz
krb5-95ee526dd46fac618a9d685057fbe6c368f5c188.zip
Remove obsolete/conflicting prototype for krb524_convert_princs
After krb524_convert_princs() was made static, the prototype in krb524d.h no longer matches the actual function declaration and is no longer needed. ticket: new Tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18787 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/krb524/krb524d.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/krb524/krb524d.h b/src/krb524/krb524d.h
index 33be97157..b40e3aec5 100644
--- a/src/krb524/krb524d.h
+++ b/src/krb524/krb524d.h
@@ -43,13 +43,6 @@ int krb524_convert_tkt_skey
krb5_keyblock *v5_skey, krb5_keyblock *v4_skey,
struct sockaddr_in *saddr);
-/* conv_princ.c */
-
-int krb524_convert_princs
- (krb5_context context, krb5_principal client, krb5_principal server,
- char *pname, char *pinst, char *prealm,
- char *sname, char *sinst, char *srealm);
-
KRB524INT_END_DECLS
#endif /* KRB524INT_H */