Skip to content

Commit

Permalink
Merge BoringsSSL through 91b7df2
Browse files Browse the repository at this point in the history
Merge BoringsSSL through 91b7df2
  • Loading branch information
briansmith authored Jan 17, 2025
2 parents 314321f + 937c2c2 commit d5e44ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cpu/intel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ cfg_if! {
mask: 1 << 5,
};

// See BoringSSL 69c26de93c82ad98daecaec6e0c8644cdf74b03f before enabling
// static feature detection for this.
const SHA: Feature = Feature {
word: 2,
mask: 1 << 29,
Expand Down

0 comments on commit d5e44ff

Please sign in to comment.