mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-02 18:49:21 +02:00
log exception
This commit is contained in:
parent
13b743fc52
commit
ff7636b945
@ -37,6 +37,7 @@ void RSA::decrypt(char* msg) const
|
||||
c.Encode(reinterpret_cast<uint8_t*>(msg), 128);
|
||||
}
|
||||
catch (const CryptoPP::Exception& e) {
|
||||
std::cout << e.what() << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user