We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3531ce5 commit 600a2d7Copy full SHA for 600a2d7
cpp/dlms_crypto_tool/src/dlms_crypto_tool.h
@@ -5,8 +5,8 @@
5
#include <vector>
6
7
// Security header constants
8
-const std::string SECURITY_HEADER_AUTH = "10";
9
-const std::string SECURITY_HEADER_DATA = "30";
+extern const std::string SECURITY_HEADER_AUTH;
+extern const std::string SECURITY_HEADER_DATA;
10
11
// Function to generate a random 16 byte encryption key
12
std::string generate_key();
0 commit comments