Warning fixes from Christos Zoulas
- shadowed variables - signed/unsigned confusion - const lossage - incomplete structure initializations - unused code
This commit is contained in:
@@ -77,7 +77,9 @@ static struct _krb5_key_type keytype_des_old = {
|
||||
krb5_DES_random_key,
|
||||
krb5_DES_schedule_old,
|
||||
_krb5_des_salt,
|
||||
krb5_DES_random_to_key
|
||||
krb5_DES_random_to_key,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct _krb5_key_type keytype_des = {
|
||||
|
Reference in New Issue
Block a user