mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-03 04:57:37 +03:00
Rewind cursor
This commit is contained in:
parent
9f092224cd
commit
2179ceae67
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ where
|
|||
"Unable to parse the certificates private keys (PKCS8)",
|
||||
)
|
||||
})?;
|
||||
reader.set_position(0);
|
||||
let mut rsa_keys = pemfile::rsa_private_keys(&mut reader).map_err(|_| {
|
||||
io::Error::new(
|
||||
io::ErrorKind::InvalidInput,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue