lokinet/llarp/crypto/crypto.cpp

7 lines
88 B
C++

#include "crypto.hpp"
namespace llarp
{
Crypto* CryptoManager::m_crypto = nullptr;
}