remove CryptMode::sign_only special method

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2020-07-08 09:18:13 +02:00
parent 4e36f78438
commit af3a0ae7b1
2 changed files with 6 additions and 11 deletions

View File

@ -31,16 +31,6 @@ pub enum CryptMode {
SignOnly,
}
impl CryptMode {
/// Maps values other than `None` to `SignOnly`.
pub fn sign_only(self) -> Self {
match self {
CryptMode::None => CryptMode::None,
_ => CryptMode::SignOnly,
}
}
}
/// Encryption Configuration with secret key
///
/// This structure stores the secret key and provides helpers for