Skip to content

Commit 989e721

Browse files
committed
Removing SHA classes since they are not used within the AIoTC firmware stack
1 parent de38265 commit 989e721

File tree

8 files changed

+0
-491
lines changed

8 files changed

+0
-491
lines changed

src/tls/ArduinoBearSSL.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
#define _ARDUINO_BEAR_SSL_H_
2727

2828
#include "BearSSLClient.h"
29-
#include "SHA1.h"
30-
#include "SHA256.h"
3129

3230
class ArduinoBearSSLClass {
3331
public:

src/tls/BearSSLTrustAnchors.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
* INCLUDE
2424
******************************************************************************/
2525

26-
#include <ArduinoIoTCloud_Config.h>
27-
28-
#ifdef BOARD_HAS_ECCX08
29-
3026
#include "bearssl/bearssl_ssl.h"
3127

3228
/******************************************************************************
@@ -106,6 +102,4 @@ static const br_x509_trust_anchor ArduinoIoTCloudTrustAnchor[2] = {
106102

107103
#define ArduinoIoTCloudTrustAnchor_NUM (2)
108104

109-
#endif /* BOARD_HAS_ECCX08 */
110-
111105
#endif /* _BEAR_SSL_TRUST_ANCHOR_H_ */

src/tls/SHA.cpp

Lines changed: 0 additions & 193 deletions
This file was deleted.

src/tls/SHA.h

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/tls/SHA1.cpp

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)