prefix symbols that are _krb5_ structures

This commit is contained in:
Love Hornquist Astrand
2011-03-12 13:45:09 -08:00
parent 679c708f5f
commit 03806492d9
11 changed files with 71 additions and 68 deletions

View File

@@ -249,7 +249,7 @@ krb5_string_to_key_derived(krb5_context context,
{
struct encryption_type *et = _krb5_find_enctype(etype);
krb5_error_code ret;
struct key_data kd;
struct _krb5_key_data kd;
size_t keylen;
u_char *tmp;