Skip to content

Commit

Permalink
midnight hypothesis testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 9, 2025
1 parent 4ecbb2a commit 7a9cb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
#include "ec/p256.c"
#include "ec/p256-nistz.c"
#include "ec/p384.c"
#include "ec/p521.c"
#include "ec/scalar.c"
#include "ec/simple.c"
#include "ec/simple_mul.c"
Expand Down Expand Up @@ -168,6 +167,7 @@
#include "sha/sha512.c"
#include "sshkdf/sshkdf.c"
#include "tls/kdf.c"
#include "ec/p521.c"

#if defined(BORINGSSL_FIPS)

Expand Down

0 comments on commit 7a9cb06

Please sign in to comment.