Skip to content

Commit bc37a7b

Browse files
committed
IWYU: guard stdint.h in fips_shared_support.c
1 parent 0628190 commit bc37a7b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

crypto/fipsmodule/fips_shared_support.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@
1212
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
1313
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */
1414

15+
#if defined(BORINGSSL_FIPS) && defined(BORINGSSL_SHARED_LIBRARY)
1516
#include <stdint.h>
1617

17-
18-
#if defined(BORINGSSL_FIPS) && defined(BORINGSSL_SHARED_LIBRARY)
1918
// BORINGSSL_bcm_text_hash is is default hash value for the FIPS integrity check
2019
// that must be replaced with the real value during the build process. This
2120
// value need only be distinct, i.e. so that we can safely search-and-replace it

0 commit comments

Comments
 (0)