Skip to content

Commit

Permalink
Add additional warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Nov 11, 2024
1 parent 375acff commit 41b06d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/crypt/drbg/hmac_drbg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ auto hmac_drbg<HMACType, max_hasher_security, outlen, prediction_resistance>::up
#if defined(__GNUC__) && __GNUC__ >= 5
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Warray-bounds="
#pragma GCC diagnostic ignored "-Wrestrict"
#endif

// Step 1: V || 0x00 || provided data
Expand Down

0 comments on commit 41b06d7

Please sign in to comment.