Skip to content

Commit 519d7f1

Browse files
committed
Fix -Wreorder warning
1 parent ba9eb7e commit 519d7f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tls/utility/Cert.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ class ArduinoIoTCloudCertClass {
147147
byte data[CERT_COMPRESSED_CERT_SLOT_LENGTH + CERT_SERIAL_NUMBER_LENGTH + CERT_AUTHORITY_KEY_ID_LENGTH];
148148
} _compressedCert;
149149

150-
/* only raw EC X Y values 64 byte */
151-
const byte * _publicKey;
152-
153150
byte * _certBuffer;
154151
int _certBufferLen;
155152

153+
/* only raw EC X Y values 64 byte */
154+
const byte * _publicKey;
155+
156156
int versionLength();
157157
int issuerOrSubjectLength(const CertInfo& issuerOrSubjectData);
158158
int sequenceHeaderLength(int length);

0 commit comments

Comments
 (0)