rename Crypto() to GetCrypto() to keep gcc 7.3 on linux happy

pull/209/head
Ryan Tharp 5 years ago
parent e0db332130
commit c5575d6fe2

@ -220,7 +220,7 @@ namespace llarp
}
Crypto *
ExitEndpoint::Crypto()
ExitEndpoint::GetCrypto()
{
return &m_Router->crypto;
}

@ -56,7 +56,7 @@ namespace llarp
Now() const;
Crypto*
Crypto();
GetCrypto();
template < typename Stats >
void

Loading…
Cancel
Save