Skip to content

Commit

Permalink
move p_pqdsa.c out
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 10, 2025
1 parent d4d4f69 commit e2f24df
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions crypto/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ if(ENABLE_DILITHIUM)
set(
DILITHIUM_SOURCES

evp_extra/p_pqdsa.c
evp_extra/p_pqdsa_asn1.c
ml_dsa/ml_dsa.c
pqdsa/pqdsa.c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "../crypto/evp_extra/internal.h"
#include "../crypto/ml_dsa/ml_dsa.h"
#include "../crypto/internal.h"
#include "../../pqdsa/internal.h"
#include "../pqdsa/internal.h"

// PQDSA PKEY functions

Expand Down
3 changes: 0 additions & 3 deletions crypto/fipsmodule/bcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@
#include "evp/p_hkdf.c"
#include "evp/p_hmac.c"
#include "evp/p_kem.c"
#ifdef ENABLE_DILITHIUM
#include "evp/p_pqdsa.c"
#endif
#include "evp/p_rsa.c"
#include "hkdf/hkdf.c"
#include "hmac/hmac.c"
Expand Down

0 comments on commit e2f24df

Please sign in to comment.