remove (krb5_enctype) cast for ETYPE_xxx
Now that ETYPE_xxx names are macros to the KRB5_ENCTYPE_xxx symbols there is no longer a need to cast to (krb5_enctype). Change-Id: Ib561f6e45346abac7a53eb1db0bfef60ee3bcb74
This commit is contained in:

committed by
Jeffrey Altman

parent
90e51a3d18
commit
1685c34b0d
@@ -474,7 +474,7 @@ krb5_verify_ap_req2(krb5_context context,
|
||||
|
||||
if (ap_req_options) {
|
||||
*ap_req_options = 0;
|
||||
if (ac->keytype != (krb5_enctype)ETYPE_NULL)
|
||||
if (ac->keytype != ETYPE_NULL)
|
||||
*ap_req_options |= AP_OPTS_USE_SUBKEY;
|
||||
if (ap_req->ap_options.use_session_key)
|
||||
*ap_req_options |= AP_OPTS_USE_SESSION_KEY;
|
||||
|
Reference in New Issue
Block a user