mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Refactoring to eliminate duplicated code
This commit is contained in:
parent
8f5f7f1baa
commit
e6b4006c70
16 changed files with 298 additions and 550 deletions
|
@ -52,8 +52,7 @@ set(core_src
|
|||
AES.cpp
|
||||
C25519.cpp
|
||||
Capability.cpp
|
||||
CertificateOfMembership.cpp
|
||||
CertificateOfOwnership.cpp
|
||||
Credential.cpp
|
||||
ECC384.cpp
|
||||
Identity.cpp
|
||||
IncomingPacket.cpp
|
||||
|
@ -68,13 +67,10 @@ set(core_src
|
|||
Path.cpp
|
||||
Peer.cpp
|
||||
Poly1305.cpp
|
||||
Revocation.cpp
|
||||
Salsa20.cpp
|
||||
SelfAwareness.cpp
|
||||
SHA512.cpp
|
||||
Switch.cpp
|
||||
Tag.cpp
|
||||
Topology.cpp
|
||||
Trace.cpp
|
||||
Utils.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue