This commit is contained in:
Frank Denis 2021-03-06 22:02:28 +01:00
parent 63d672895f
commit 00cc43e2bb

View file

@ -79,7 +79,7 @@ where
if keys.is_empty() { if keys.is_empty() {
return Err(io::Error::new( return Err(io::Error::new(
io::ErrorKind::InvalidInput, io::ErrorKind::InvalidInput,
"No private keys found", "No private keys found - Make sure that they are in PKCS#8/PEM format",
)); ));
} }
keys keys