serialization: bump message version strings
This commit is contained in:
parent
5333b6e1f8
commit
d7192caad0
|
@ -593,8 +593,8 @@ bool fmtseq::pubkey::unserialize (sencode*s)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG"
|
#define ENC_MSG_IDENT "CCR-ENCRYPTED-MSG-v2"
|
||||||
#define SIG_MSG_IDENT "CCR-SIGNED-MSG"
|
#define SIG_MSG_IDENT "CCR-SIGNED-MSG-v2"
|
||||||
|
|
||||||
sencode* encrypted_msg::serialize()
|
sencode* encrypted_msg::serialize()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue