Skip to content

Commit

Permalink
Make session public to allow Brella to use the high level SDK
Browse files Browse the repository at this point in the history
Change-Id: I769f3fb20e572c470d65358db7e870ce24688772
  • Loading branch information
k-naliuka committed Aug 7, 2024
1 parent 093ea79 commit 74a306d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak_session/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub mod attestation;
pub mod config;
pub mod encryptors;
pub mod handshake;
mod session;
pub mod session;

pub use session::{ClientSession, ServerSession, Session};

Expand Down

0 comments on commit 74a306d

Please sign in to comment.