Skip to content

Commit

Permalink
Cleanup based on the review
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed May 23, 2024
1 parent 43972e6 commit 9cf911d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-server/src/cert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use openssl::error::ErrorStack;
use openssl::hash::MessageDigest;
use openssl::pkey::{PKey, Private};
use openssl::rsa::Rsa;
use std::{ fs, path::Path };
use std::{fs, path::Path};
use openssl::x509::extension::{BasicConstraints, SubjectAlternativeName, SubjectKeyIdentifier};
use openssl::x509::{X509NameBuilder, X509};

Expand Down

0 comments on commit 9cf911d

Please sign in to comment.