Skip to content

Commit

Permalink
jitterentropy.h not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Apr 9, 2024
1 parent afa57e2 commit 82d268f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/bssl_bm.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@
#if defined(INTERNAL_TOOL)
#include <../crypto/ec_extra/internal.h>
#include <../crypto/trust_token/internal.h>
#if defined(FIPS_ENTROPY_SOURCE_JITTER_CPU)
#include "../third_party/jitterentropy/jitterentropy.h"
#endif
#endif // FIPS_ENTROPY_SOURCE_JITTER_CPU
#endif // INTERNAL_TOOL

#define BM_NAMESPACE bssl
#define BM_ECDSA_size(key) ECDSA_size(key)
Expand Down

0 comments on commit 82d268f

Please sign in to comment.