Skip to content

Commit 7f5bc98

Browse files
committed
Rename of 'ca_cert.h' to 'Certificate.h'
1 parent 13934d4 commit 7f5bc98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/ArduinoIoTCloud.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "utility/ECCX08Cert.h"
2222
#include <ArduinoECCX08.h>
2323
#elif defined(BOARD_ESP)
24-
#include "utility/ca_cert.h"
24+
#include "utility/Certificate.h"
2525
#endif
2626

2727
#ifdef ARDUINO_ARCH_SAMD

src/utility/ca_cert.h renamed to src/utility/Certificate.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
a commercial license, send an email to [email protected].
1616
*/
1717

18-
#ifndef CA_CERT_H_
19-
#define CA_CERT_H_
18+
#ifndef CERTIFICATE_H_
19+
#define CERTIFICATE_H_
2020

2121
#include <ArduinoIoTCloud_Defines.h>
2222

@@ -59,4 +59,4 @@ static const char MQTTS_UP_ARDUINO_CC_CERTIFICATE[] = \
5959

6060
#endif /* BOARD_HAS_ECCX08 */
6161

62-
#endif /* CA_CERT_H_ */
62+
#endif /* CERTIFICATE_H_ */

0 commit comments

Comments
 (0)