Browse Source

Define uint since that is not a standard symbol.

Adam Ierymenko 5 years ago
parent
commit
69f1c8701b
1 changed files with 1 additions and 4 deletions
  1. 1 4
      core/ECC384.cpp

+ 1 - 4
core/ECC384.cpp

@@ -6,14 +6,11 @@
 #include "ECC384.hpp"
 #include "Utils.hpp"
 
-#include <cstdio>
-#include <cstdlib>
-#include <cstdint>
-
 namespace ZeroTier {
 
 namespace {
 
+#define uint unsigned int
 #define secp384r1 48
 #define ECC_CURVE secp384r1
 #define ECC_BYTES ECC_CURVE