krb5_get_host_realm and krb5_free_host_realm should not be labeled as KRB5_PRIVATE.
authorJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 31 Jul 2003 19:06:31 +0000 (19:06 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Thu, 31 Jul 2003 19:06:31 +0000 (19:06 +0000)
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

src/include/krb5.hin

index e48015afc193119feb2725349f7b458da7fe3617..c889bac60b21f091757610598f786b31988e65e6 100644 (file)
@@ -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 *,