Merge pull request #191 from mingxguo27/mingxguo-cred-policy

Always set default credential policy
This commit is contained in:
kaczmarczyck
2020-10-28 17:32:49 +01:00
committed by GitHub

View File

@@ -373,7 +373,7 @@ where
}
(extensions.hmac_secret, cred_protect)
} else {
(false, None)
(false, DEFAULT_CRED_PROTECT)
};
let cred_random = if use_hmac_extension {