aboutsummaryrefslogtreecommitdiff
path: root/NK_C_API.cc
diff options
context:
space:
mode:
Diffstat (limited to 'NK_C_API.cc')
-rw-r--r--NK_C_API.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/NK_C_API.cc b/NK_C_API.cc
index 2f5a0cc..9dd0837 100644
--- a/NK_C_API.cc
+++ b/NK_C_API.cc
@@ -37,9 +37,9 @@ using namespace nitrokey;
const uint8_t NK_PWS_SLOT_COUNT = PWS_SLOT_COUNT;
uint8_t NK_last_command_status = 0;
-static const int max_string_field_length = 100;
#include "NK_C_API_helpers.h"
+#include "NitrokeyManagerOTP.h"
#ifdef __cplusplus
extern "C" {