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