Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 55eb88f

Browse files
committedMar 13, 2025·
fix: force ArduinoECCX08 inclusion when building JWS class
1 parent b8e865f commit 55eb88f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/utility/SElementJWS.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
******************************************************************************/
1414

1515
#include <utility/SElementJWS.h>
16+
#include <ArduinoECCX08.h>
1617
#include <utility/ASN1Utils.h>
1718
#include <utility/PEMUtils.h>
1819

0 commit comments

Comments
 (0)
Please sign in to comment.