Skip to content

Commit

Permalink
CR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 7, 2025
1 parent 058f173 commit ddcf501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/ml_dsa/ml_dsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
#include "../../evp_extra/internal.h"
#include "../evp/internal.h"
#include "ml_dsa.h"
#include "ml_dsa_ref/sign.h"
#include "ml_dsa_ref/params.h"
#include "ml_dsa_ref/sign.h"

// These includes are required to compile ML-DSA. These can be moved to bcm.c
// when ML-DSA is added to the fipsmodule directory.
Expand Down
6 changes: 3 additions & 3 deletions sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ set(
crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_44_hedged_pure.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_65_hedged_pure.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_87_hedged_pure.txt
crypto/ecdh_extra/ecdh_tests.txt
crypto/evp_extra/kbkdf_expand_tests.txt
crypto/evp_extra/sshkdf_tests.txt
Expand Down Expand Up @@ -83,6 +80,9 @@ set(
crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
crypto/fipsmodule/kdf/test/kbkdf_counter.txt
crypto/fipsmodule/kdf/test/sskdf.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_44_hedged_pure.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_65_hedged_pure.txt
crypto/fipsmodule/ml_dsa/kat/MLDSA_87_hedged_pure.txt
crypto/fipsmodule/ml_kem/kat/mlkem512.txt
crypto/fipsmodule/ml_kem/kat/mlkem768.txt
crypto/fipsmodule/ml_kem/kat/mlkem1024.txt
Expand Down

0 comments on commit ddcf501

Please sign in to comment.