Skip to content

Commit e1d480a

Browse files
committed
Make filename public
1 parent ce843c4 commit e1d480a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intel-sgx/pcs/src/tcb_evaluation_data_numbers.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use chrono::{DateTime, Duration, Utc};
22
use crate::{
3-
Error, Fmspc, PlatformTypeForTcbInfo, QeIdentity, QeIdentitySigned, TcbData, TcbInfo, TcbStatus,
3+
Error, Fmspc, PlatformTypeForTcbInfo, QeIdentity, QeIdentitySigned, TcbData, TcbInfo, TcbStatus,
44
Unverified, VerificationType, Verified, io::{self, WriteOptions}, pckcrt::TcbComponents
55
};
66
use serde::{Deserialize, Deserializer, Serialize};
@@ -199,7 +199,7 @@ impl<T: PlatformTypeForTcbInfo<T>> RawTcbEvaluationDataNumbers<T> {
199199
}
200200
}
201201

202-
fn filename() -> String {
202+
pub fn filename() -> String {
203203
format!("{}{}{}", Self::DEFAULT_FILENAME, T::extra_extension(), Self::FILENAME_EXTENSION)
204204
}
205205

0 commit comments

Comments
 (0)