lokinet/llarp/crypto/crypto.cpp

7 lines
95 B
C++

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