cloneable config
Signed-off-by: Valentyn Faychuk <valy@detee.ltd>
This commit is contained in:
parent
a47753a8e0
commit
2f032b5c54
@ -8,7 +8,7 @@ use rustls::{ClientConfig, ServerConfig};
|
||||
#[cfg(feature = "occlum")]
|
||||
pub type Measurement = [u8; 32];
|
||||
|
||||
#[derive(Default, Debug)]
|
||||
#[derive(Default, Debug, Clone)]
|
||||
pub struct RaTlsConfig {
|
||||
#[cfg(feature = "occlum")]
|
||||
pub(crate) allowed_instances: Vec<InstanceMeasurement>,
|
||||
|
Loading…
Reference in New Issue
Block a user