Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
chore(rtc_tenclave::dh): expose pub ProtectedChannel
Browse files Browse the repository at this point in the history
The enclave code references this.
  • Loading branch information
PiDelport committed Jun 17, 2021
1 parent c0a0a43 commit 2c68e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtc_tenclave/src/dh/sessions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use rtc_types::dh::{ExchangeReportResult, SessionRequestResult};
use secrecy::Secret;
use sgx_types::*;

use super::protected_channel::ProtectedChannel;
pub use super::protected_channel::ProtectedChannel;
use super::types::{AlignedKey, RtcDhInitiator, RtcDhResponder};

#[cfg(not(test))]
Expand Down

0 comments on commit 2c68e78

Please sign in to comment.