From 941e26f9eb76471159e0a024aeac63f1b6e6ea45 Mon Sep 17 00:00:00 2001 From: Zhanna Tsitkov Date: Wed, 9 Jan 2013 12:03:13 -0500 Subject: Rename ccache configuration macros KRB5_CONF_ prefix should be used for the krb5/kdc.conf parameters. Use KRB5_CC_CONF_ prefix for cache configuration variables. --- src/include/k5-int.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/include') diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 1f644ef71..fef1ddbf9 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -278,11 +278,11 @@ typedef INT64_TYPE krb5_int64; #define KRB5_CONF_ASTERISK "*" /* Cache configuration variables */ -#define KRB5_CONF_FAST_AVAIL "fast_avail" -#define KRB5_CONF_PROXY_IMPERSONATOR "proxy_impersonator" -#define KRB5_CONF_REFRESH_TIME "refresh_time" -#define KRB5_CONF_PA_TYPE "pa_type" -#define KRB5_CONF_PA_CONFIG_DATA "pa_config_data" +#define KRB5_CC_CONF_FAST_AVAIL "fast_avail" +#define KRB5_CC_CONF_PROXY_IMPERSONATOR "proxy_impersonator" +#define KRB5_CC_CONF_REFRESH_TIME "refresh_time" +#define KRB5_CC_CONF_PA_TYPE "pa_type" +#define KRB5_CC_CONF_PA_CONFIG_DATA "pa_config_data" /* Error codes used in KRB_ERROR protocol messages. Return values of library routines are based on a different error table -- cgit