chiark / gitweb /
sshkeys: Rework calling conventions of sshkeys
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 11:19:30 +0000 (12:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 12:44:07 +0000 (13:44 +0100)
commitbd0fda477be8660c8310e35b17ea65564851db9e
tree0edaa5eed062cf61d69db5b6c88f1f2df0befe79
parent57c9a6999d23ee1abe2439d0889421526f924ce1
sshkeys: Rework calling conventions of sshkeys

We can't pass this &mut AccountsGuard and &mut PerScope since the
latter is inside the former.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/accounts.rs
src/commands.rs
src/sshkeys.rs