Update LinkLayer tests to use no-op crypto

pull/629/head
Michael 5 years ago
parent 8323725509
commit cd86dcf1bd
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -1,4 +1,4 @@
#include <crypto/crypto_libsodium.hpp>
#include <crypto/crypto_noop.hpp>
#include <ev/ev.h>
#include <iwp/iwp.hpp>
#include <llarp_test.hpp>
@ -13,7 +13,7 @@
using namespace ::llarp;
using namespace ::testing;
struct LinkLayerTest : public test::LlarpTest< sodium::CryptoLibSodium >
struct LinkLayerTest : public test::LlarpTest< NoOpCrypto >
{
static constexpr uint16_t AlicePort = 5000;
static constexpr uint16_t BobPort = 6000;

Loading…
Cancel
Save