]> git.saurik.com Git - apt.git/blobdiff - methods/https.h
calculate only expected hashes in methods
[apt.git] / methods / https.h
index 4cc48fc34b7ecdc595e4fd9da1b5c3f560019e04..dc0ff332213d839d0bee006953153809c912e397 100644 (file)
@@ -42,7 +42,7 @@ class HttpsServerState : public ServerState
    virtual bool Open() { return false; }
    virtual bool IsOpen() { return false; }
    virtual bool Close() { return false; }
-   virtual bool InitHashes(FileFd &/*File*/) { return false; }
+   virtual bool InitHashes(FileFd &/*File*/, HashStringList const &/*ExpectedHashes*/) { return false; }
    virtual Hashes * GetHashes() { return NULL; }
    virtual bool Die(FileFd &/*File*/) { return false; }
    virtual bool Flush(FileFd * const /*File*/) { return false; }