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

Commit

Permalink
docs(rtc_tenclave,dh): unlink (rtc_udh not actually in scope)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiDelport committed Jun 1, 2021
1 parent dd7a367 commit fcad1f2
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 @@ -149,7 +149,7 @@ where

/// Attest and establish a new active session between this enclave and `dest_enclave_id`.
///
/// The responding enclave must be registered using [`rtc_udh::set_responder`].
/// The responding enclave must be registered using `rtc_udh::set_responder`.
pub fn establish_new(
&self,
dest_enclave_id: sgx_enclave_id_t,
Expand Down

0 comments on commit fcad1f2

Please sign in to comment.