1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-27 01:08:15 +00:00

serialization: bump message version strings

This commit is contained in:
Mirek Kratochvil 2013-09-30 12:06:19 +02:00
parent 5333b6e1f8
commit d7192caad0

@ -593,8 +593,8 @@ bool fmtseq::pubkey::unserialize (sencode*s)
return true;
}
#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG"
#define SIG_MSG_IDENT "CCR-SIGNED-MSG"
#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG-v2"
#define SIG_MSG_IDENT "CCR-SIGNED-MSG-v2"
sencode* encrypted_msg::serialize()
{