diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/k5-int.h | 3 | ||||
| -rw-r--r-- | src/include/k5-trace.h | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h index ac46b4600..d188f8e9d 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -3018,7 +3018,8 @@ krb5int_get_authdata_containee_types(krb5_context context, unsigned int *nad_types, krb5_authdatatype **ad_types); -krb5_error_code krb5int_parse_enctype_list(krb5_context context, char *profstr, +krb5_error_code krb5int_parse_enctype_list(krb5_context context, + const char *profkey, char *profstr, krb5_enctype *default_list, krb5_enctype **result); diff --git a/src/include/k5-trace.h b/src/include/k5-trace.h index 1bd4b4451..a4a0b83de 100644 --- a/src/include/k5-trace.h +++ b/src/include/k5-trace.h @@ -149,6 +149,9 @@ #define TRACE_GIC_PWD_MASTER(c) \ TRACE(c, (c, "Retrying AS request with master KDC")) +#define TRACE_ENCTYPE_LIST_UNKNOWN(c, profvar, name) \ + TRACE(c, (c, "Unrecognized enctype name in {str}: {str}", profvar, name)) + #define TRACE_INIT_CREDS(c, princ) \ TRACE(c, (c, "Getting initial credentials for {princ}", princ)) #define TRACE_INIT_CREDS_AS_KEY_GAK(c, keyblock) \ |
