mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 13:03:45 +02:00
Define uint since that is not a standard symbol.
This commit is contained in:
parent
9daf4540de
commit
69f1c8701b
1 changed files with 1 additions and 4 deletions
|
@ -6,14 +6,11 @@
|
||||||
#include "ECC384.hpp"
|
#include "ECC384.hpp"
|
||||||
#include "Utils.hpp"
|
#include "Utils.hpp"
|
||||||
|
|
||||||
#include <cstdio>
|
|
||||||
#include <cstdlib>
|
|
||||||
#include <cstdint>
|
|
||||||
|
|
||||||
namespace ZeroTier {
|
namespace ZeroTier {
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
#define uint unsigned int
|
||||||
#define secp384r1 48
|
#define secp384r1 48
|
||||||
#define ECC_CURVE secp384r1
|
#define ECC_CURVE secp384r1
|
||||||
#define ECC_BYTES ECC_CURVE
|
#define ECC_BYTES ECC_CURVE
|
||||||
|
|
Loading…
Add table
Reference in a new issue