Skip to content

Commit

Permalink
Remove no-longer needed MAX_KEYGEN_ATTEMPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
nebeid committed Oct 22, 2024
1 parent c1a6da7 commit 00a5f58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crypto/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -1259,12 +1259,6 @@ static inline uint64_t CRYPTO_subc_u64(uint64_t x, uint64_t y, uint64_t borrow,

// FIPS functions.

#if defined(AWSLC_FIPS)
#define MAX_KEYGEN_ATTEMPTS 5
#else
#define MAX_KEYGEN_ATTEMPTS 1
#endif

#if defined(BORINGSSL_FIPS)

// BORINGSSL_FIPS_abort is called when a FIPS power-on or continuous test
Expand Down

0 comments on commit 00a5f58

Please sign in to comment.