diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-02 18:28:55 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-02 18:28:55 +0200 |
commit | 1ce243188c2ba218f5dce8ec8b40556d58ed8ec2 (patch) | |
tree | 17cff394ef4d6fccfd121aa7afcfdf920673859c /apt-pkg/acquire-item.h | |
parent | 61aea84df918a4257ea1233e48e5860529ecfc9b (diff) |
cleanup around pkgAcqMetaSig and improved tests
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 97236f90a..083a73197 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -433,6 +433,9 @@ class pkgAcqMetaSig : public pkgAcqMetaBase /** \brief The file we need to verify */ std::string MetaIndexFile; + /** \brief The file we use to verify the MetaIndexFile with */ + std::string MetaIndexFileSignature; + /** \brief Long URI description used in the acquire system */ std::string URIDesc; |