소스 검색

Define uint since that is not a standard symbol.

Adam Ierymenko 5 년 전
부모
커밋
69f1c8701b
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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