Skip to content

Commit

Permalink
add missing export of KeyPairAlgorithm
Browse files Browse the repository at this point in the history
also re-export rcgen crate to access shared types
  • Loading branch information
roberts-pumpurs committed May 10, 2024
1 parent ff6fcc5 commit cf02c78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rustls-cert-gen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
//! whatever purpose you may need a TLS certificate-chain.
mod cert;
pub use cert::{Ca, CaBuilder, CertificateBuilder, EndEntity, EndEntityBuilder};
pub use cert::{Ca, CaBuilder, CertificateBuilder, EndEntity, EndEntityBuilder, KeyPairAlgorithm};
pub use rcgen;

0 comments on commit cf02c78

Please sign in to comment.