mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
added key id to help signature verification
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-GenericTunneling@6314 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dc0193ae66
commit
d4a7c9ce2e
2 changed files with 34 additions and 14 deletions
|
@ -152,6 +152,7 @@ public:
|
|||
#define RS_DISTANT_CHAT_ERROR_NO_ERROR 0x0000 ;
|
||||
#define RS_DISTANT_CHAT_ERROR_DECRYPTION_FAILED 0x0001 ;
|
||||
#define RS_DISTANT_CHAT_ERROR_SIGNATURE_MISMATCH 0x0002 ;
|
||||
#define RS_DISTANT_CHAT_ERROR_UNKNOWN_KEY 0x0003 ;
|
||||
|
||||
class ChatInfo
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue