Skip to content

Commit 6512267

Browse files
committed
SecureElement: move defines in header file
1 parent 3a07e16 commit 6512267

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/SecureElement.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
#include <SecureElementConfig.h>
2525
#include <SecureElement.h>
2626

27-
/******************************************************************************
28-
* DEFINE
29-
******************************************************************************/
30-
#define SE_SHA256_BUFFER_LENGTH 32
31-
#define SE_CERT_BUFFER_LENGTH 1024
32-
3327
/**************************************************************************************
3428
* CTOR/DTOR
3529
**************************************************************************************/

src/SecureElement.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@
3838

3939
#include "ECP256Certificate.h"
4040

41+
/******************************************************************************
42+
* DEFINE
43+
******************************************************************************/
44+
#define SE_SHA256_BUFFER_LENGTH 32
45+
#define SE_CERT_BUFFER_LENGTH 1024
46+
4147
/******************************************************************************
4248
* CLASS DECLARATION
4349
******************************************************************************/

0 commit comments

Comments
 (0)