Check signatures before downloading the substitute

This commit is contained in:
Eelco Dolstra 2016-05-30 15:09:01 +02:00
parent 42ae8d95aa
commit 57d33013ce
2 changed files with 11 additions and 0 deletions

View file

@ -248,6 +248,7 @@ private:
void signPathInfo(ValidPathInfo & info);
friend class DerivationGoal;
friend class SubstitutionGoal;
};