Skip to content

Commit 600a2d7

Browse files
author
Riccardo
committed
- Fixed compilation error
1 parent 3531ce5 commit 600a2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/dlms_crypto_tool/src/dlms_crypto_tool.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <vector>
66

77
// Security header constants
8-
const std::string SECURITY_HEADER_AUTH = "10";
9-
const std::string SECURITY_HEADER_DATA = "30";
8+
extern const std::string SECURITY_HEADER_AUTH;
9+
extern const std::string SECURITY_HEADER_DATA;
1010

1111
// Function to generate a random 16 byte encryption key
1212
std::string generate_key();

0 commit comments

Comments
 (0)