This commit is contained in:
2026-06-29 02:00:08 +02:00
parent 200f9be97b
commit 8c86cab372
+2 -1
View File
@@ -569,7 +569,8 @@ impl Key {
Ok(cert) => keys.push(Key { slot, cert }), Ok(cert) => keys.push(Key { slot, cert }),
Err(Error::InvalidObject) => {} // skip slots we can't parse (e.g. Ed25519) Err(Error::InvalidObject) => {} // skip slots we can't parse (e.g. Ed25519)
Err(other) => return Err(other), Err(other) => return Err(other),
} }
}
} }
Ok(keys) Ok(keys)