Skip to content

Commit

Permalink
Expose sgx_isa types
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Sep 12, 2022
1 parent da6ca26 commit 1702b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions intel-sgx/ias/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ extern crate bitflags;
pub mod api;
#[cfg(feature = "client")]
pub mod client;
pub mod sgx_isa;
pub mod verifier;

use std::fmt;
Expand Down
1 change: 1 addition & 0 deletions intel-sgx/ias/src/sgx_isa.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pub use sgx_isa::{Attributes, AttributesFlags, Miscselect, Report};

0 comments on commit 1702b38

Please sign in to comment.