mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-05-03 11:09:19 +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);
|
c.Encode(reinterpret_cast<uint8_t*>(msg), 128);
|
||||||
}
|
}
|
||||||
catch (const CryptoPP::Exception& e) {
|
catch (const CryptoPP::Exception& e) {
|
||||||
|
std::cout << e.what() << '\n';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user