1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-08-26 12:51:54 +00:00

fixed warnings

This commit is contained in:
orignal 2025-06-08 07:19:03 -04:00
parent ba0352e9a0
commit 46154dabd5

View File

@ -168,8 +168,8 @@ namespace data
bool IsNewer (const uint8_t * buf, size_t len) const override; bool IsNewer (const uint8_t * buf, size_t len) const override;
// implements RoutingDestination // implements RoutingDestination
void Encrypt (const uint8_t * data, uint8_t * encrypted) const; void Encrypt (const uint8_t * data, uint8_t * encrypted) const override;
CryptoKeyType GetEncryptionType () const { return m_EncryptionType; }; CryptoKeyType GetEncryptionType () const override { return m_EncryptionType; };
private: private: