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
This commit is contained in:
Love Hörnquist Åstrand
2006-11-04 03:20:57 +00:00
parent 0cd59b2fa5
commit c9ccbb40f2

View File

@@ -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;