mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Remove stray println from ca
This commit is contained in:
@@ -72,7 +72,6 @@ pub(crate) fn generate_certificates(
|
|||||||
private_key: Option<RsaPrivateKey>,
|
private_key: Option<RsaPrivateKey>,
|
||||||
) -> Result<CaReturn, Box<dyn std::error::Error>> {
|
) -> Result<CaReturn, Box<dyn std::error::Error>> {
|
||||||
// Load device public key
|
// Load device public key
|
||||||
println!("{}", std::str::from_utf8(device_public_key_pem)?);
|
|
||||||
let device_public_key =
|
let device_public_key =
|
||||||
RsaPublicKey::from_pkcs1_pem(std::str::from_utf8(device_public_key_pem)?)?;
|
RsaPublicKey::from_pkcs1_pem(std::str::from_utf8(device_public_key_pem)?)?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user