summaryrefslogtreecommitdiff
path: root/src/crypto/fipsmodule/bcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/fipsmodule/bcm.c')
-rw-r--r--src/crypto/fipsmodule/bcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/fipsmodule/bcm.c b/src/crypto/fipsmodule/bcm.c
index b506b43e..fb16215f 100644
--- a/src/crypto/fipsmodule/bcm.c
+++ b/src/crypto/fipsmodule/bcm.c
@@ -67,10 +67,10 @@
#include "ec/ec_montgomery.c"
#include "ec/oct.c"
#include "ec/p224-64.c"
-#include "ec/p256-64.c"
+#include "../../third_party/fiat/p256.c"
#include "ec/p256-x86_64.c"
#include "ec/simple.c"
-#include "ec/util-64.c"
+#include "ec/util.c"
#include "ec/wnaf.c"
#include "hmac/hmac.c"
#include "md4/md4.c"