Skip to content

Commit b94975b

Browse files
Change rebuild function parameters formatting
Co-authored-by: Andrea Gilardoni <[email protected]>
1 parent d0e0ecd commit b94975b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/utility/SElementArduinoCloudCertificate.cpp

+5-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,11 @@ int SElementArduinoCloudCertificate::signatureCompare(const byte * signatureA, c
145145
return 1;
146146
}
147147

148-
int SElementArduinoCloudCertificate::rebuild(SecureElement & se, ECP256Certificate & cert, const String & deviceId, const String & notBefore, const String & notAfter, const String & serialNumber, const String & authorityKeyIdentifier, const String & signature, const SElementArduinoCloudSlot keySlot)
148+
int SElementArduinoCloudCertificate::rebuild(
149+
SecureElement & se, ECP256Certificate & cert, const String & deviceId,
150+
const String & notBefore, const String & notAfter, const String & serialNumber,
151+
const String & authorityKeyIdentifier, const String & signature,
152+
const SElementArduinoCloudSlot keySlot)
149153
{
150154
byte serialNumberBytes[ECP256_CERT_SERIAL_NUMBER_LENGTH];
151155
byte authorityKeyIdentifierBytes[ECP256_CERT_AUTHORITY_KEY_ID_LENGTH];

0 commit comments

Comments
 (0)