Add missing enum variant
This commit is contained in:
parent
f00865ab75
commit
b427a9d2e7
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ pub enum Algo {
|
||||||
Ecdsa(EcdsaAttrs),
|
Ecdsa(EcdsaAttrs),
|
||||||
Eddsa(EddsaAttrs),
|
Eddsa(EddsaAttrs),
|
||||||
Ecdh(EcdhAttrs),
|
Ecdh(EcdhAttrs),
|
||||||
|
Unknown(Vec<u8>),
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||||
|
|
Loading…
Reference in a new issue