mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed compilation and several problems following separation of public/private keys
This commit is contained in:
parent
590be092e5
commit
a2ca0385db
16 changed files with 291 additions and 523 deletions
|
@ -1958,8 +1958,6 @@ bool p3GRouter::signDataItem(RsGRouterAbstractMsgItem *item,const RsGxsId& signi
|
|||
{
|
||||
try
|
||||
{
|
||||
RsTlvSecurityKey_deprecated signature_key ;
|
||||
|
||||
#ifdef GROUTER_DEBUG
|
||||
std::cerr << "p3GRouter::signDataItem()" << std::endl;
|
||||
std::cerr << " Key ID = " << signing_id << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue