mirror of
https://github.com/NixOS/nix.git
synced 2025-11-21 09:49:36 +01:00
Remove OpenSSL-based signing
This commit is contained in:
parent
dfebfc835f
commit
f435f82475
16 changed files with 52 additions and 142 deletions
|
|
@ -58,10 +58,9 @@ public:
|
|||
Path addTextToStore(const string & name, const string & s,
|
||||
const PathSet & references, bool repair = false) override;
|
||||
|
||||
void exportPath(const Path & path, bool sign,
|
||||
Sink & sink) override;
|
||||
void exportPath(const Path & path, Sink & sink) override;
|
||||
|
||||
Paths importPaths(bool requireSignature, Source & source,
|
||||
Paths importPaths(Source & source,
|
||||
std::shared_ptr<FSAccessor> accessor) override;
|
||||
|
||||
void buildPaths(const PathSet & paths, BuildMode buildMode) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue