From c9ccbb40f29b7a86a6ca4c99fecf01b30c1598f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 4 Nov 2006 03:20:57 +0000 Subject: [PATCH] Rename various routines and constants from canonize to canonicalize. From Andrew Bartlett git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18904 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/krb5/krb5_locl.h b/lib/krb5/krb5_locl.h index d60eceb7f..968a021b4 100644 --- a/lib/krb5/krb5_locl.h +++ b/lib/krb5/krb5_locl.h @@ -231,7 +231,7 @@ typedef struct krb5_context_data { int pkinit_flags; void *mutex; /* protects error_string/error_buf */ int large_msg_size; - int dns_canonize_hostname; + int dns_canonicalize_hostname; struct send_to_kdc *send_to_kdc; } krb5_context_data;