mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-07 11:26:51 +00:00
Removed null assignment that isn't used
This commit is contained in:
parent
6dd948c828
commit
85254d9c44
@ -1261,9 +1261,7 @@ public abstract class AbstractAttestationCertificateAuthority
|
||||
IssuedCertificateAttributeHelper.buildSubjectAlternativeNameFromCerts(
|
||||
endorsementCredential, platformCredentials, deviceName);
|
||||
|
||||
Extension authKeyIdentifier = null;
|
||||
|
||||
authKeyIdentifier = IssuedCertificateAttributeHelper
|
||||
Extension authKeyIdentifier = IssuedCertificateAttributeHelper
|
||||
.buildAuthorityKeyIdentifier(endorsementCredential);
|
||||
|
||||
builder.addExtension(subjectAlternativeName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user