Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust-crates/libraries/qpl/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub union SgxQlQveCollateralVersion {
// uint32_t version; ///< 'version' is the backward compatible legacy representation
// struct { ///< For PCS V1 and V2 APIs, the major_version = 1 and minor_version = 0 and
// uint16_t major_version; ///< the CRLs will be formatted in PEM. For PCS V3 APIs, the major_version = 3 and the
// uint16_t minor_version; ///< minor_version can be either 0 or 1. minor_verion of 0 indicates the CRL’s are formatted
// uint16_t minor_version; ///< minor_version can be either 0 or 1. minor_version of 0 indicates the CRL’s are formatted
// ///< in Base16 encoded DER. A minor version of 1 indicates the CRL’s are formatted in raw binary DER.
// };
// };
Expand Down
Loading