summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2003-07-31 19:06:31 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2003-07-31 19:06:31 +0000
commit63f31b8fddc52bc6e8f6fe07cc4062b9e823c326 (patch)
tree14314427df81a82d6da2db03ae142d4c483aff90 /src/include
parenta6d2d1a7f4ed0f35ead7840992d32b9119f61a01 (diff)
downloadkrb5-63f31b8fddc52bc6e8f6fe07cc4062b9e823c326.tar.gz
krb5-63f31b8fddc52bc6e8f6fe07cc4062b9e823c326.tar.xz
krb5-63f31b8fddc52bc6e8f6fe07cc4062b9e823c326.zip
krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PRIVATE.
They are required for many applications including OpenAFS and UMich's Kx509. 1.2.8 had them public but the change was never reflected on the trunk. Ticket: 1702 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15747 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5.hin2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/krb5.hin b/src/include/krb5.hin
index e48015afc1..c889bac60b 100644
--- a/src/include/krb5.hin
+++ b/src/include/krb5.hin
@@ -2281,7 +2281,6 @@ krb5_error_code KRB5_CALLCONV krb5_aname_to_localname
krb5_const_principal,
int,
char * );
-#if KRB5_PRIVATE
krb5_error_code KRB5_CALLCONV krb5_get_host_realm
(krb5_context,
const char *,
@@ -2289,6 +2288,7 @@ krb5_error_code KRB5_CALLCONV krb5_get_host_realm
krb5_error_code KRB5_CALLCONV krb5_free_host_realm
(krb5_context,
char * const * );
+#if KRB5_PRIVATE
krb5_error_code KRB5_CALLCONV krb5_get_realm_domain
(krb5_context,
const char *,