Skip to content

Commit dd0e101

Browse files
MadLittleModscpu
authored andcommitted
derive Clone for Certificate
Part of #17
1 parent 39e74dd commit dd0e101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rcgen/src/certificate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use crate::{
2222
};
2323

2424
/// An issued certificate together with the parameters used to generate it.
25-
#[derive(Debug)]
25+
#[derive(Debug, Clone)]
2626
pub struct Certificate {
2727
pub(crate) params: CertificateParams,
2828
pub(crate) subject_public_key_info: Vec<u8>,

0 commit comments

Comments
 (0)