mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't verify signature for RI loaded from file
This commit is contained in:
parent
8403c17c59
commit
f0e6b414e8
2 changed files with 15 additions and 12 deletions
|
@ -147,7 +147,7 @@ namespace data
|
|||
bool LoadFile ();
|
||||
void ReadFromFile ();
|
||||
void ReadFromStream (std::istream& s);
|
||||
void ReadFromBuffer ();
|
||||
void ReadFromBuffer (bool verifySignature);
|
||||
void WriteToStream (std::ostream& s);
|
||||
size_t ReadString (char * str, std::istream& s);
|
||||
void WriteString (const std::string& str, std::ostream& s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue