keymgr: Change "TODO hs" to "TODO HSS".

We probably don't need to support passphrases for the "Basic Client"
milestone, so let's update this TODO accordingly.
This commit is contained in:
Gabriela Moldovan 2023-06-20 11:24:03 +01:00
parent c7fa6cb746
commit 0bb7c7f600
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
//! Traits for converting keys to and from OpenSSH format.
//
// TODO hs: OpenSSH keys can have passphrases. While the current implementation isn't able to
// TODO HSS (#902): OpenSSH keys can have passphrases. While the current implementation isn't able to
// handle such keys, we will eventually need to support them (this will be a breaking API change).
use ssh_key::private::KeypairData;