mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 09:18:45 -04:00
Changed: Simplified asking for deferred self signature
This commit is contained in:
parent
569458a1c1
commit
efd6ce3ed5
2 changed files with 6 additions and 114 deletions
|
@ -9,8 +9,6 @@ namespace resource_api{
|
|||
class StateTokenServer;
|
||||
class ApiServer;
|
||||
|
||||
class SignatureEventData;
|
||||
|
||||
// resource api module to control accounts, startup and shutdown of retroshare
|
||||
// - this module handles everything, no things are required from outside
|
||||
// - exception: users of this module have to create an api server and register this module
|
||||
|
@ -87,9 +85,6 @@ private:
|
|||
// we store the password in this variable, it has higher priority than the normal password variable
|
||||
// it is also to avoid a lock, when we make a synchronous call into librs, like in ssl cert generation
|
||||
std::string mFixedPassword;
|
||||
|
||||
void handleSignatureEvent();
|
||||
std::map<std::string, SignatureEventData*> _deferred_signature_queue ;
|
||||
};
|
||||
|
||||
} // namespace resource_api
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue