summaryrefslogtreecommitdiff
path: root/math/cmh/files/patch-src_lll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'math/cmh/files/patch-src_lll.cpp')
-rw-r--r--math/cmh/files/patch-src_lll.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/math/cmh/files/patch-src_lll.cpp b/math/cmh/files/patch-src_lll.cpp
deleted file mode 100644
index b02f6f5051e8..000000000000
--- a/math/cmh/files/patch-src_lll.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-- reported to Emmanuel Thomé <emmanuel.thome@inria.fr> on 06/06/2022
-
---- src/lll.cpp.orig 2021-02-05 17:21:58 UTC
-+++ src/lll.cpp
-@@ -37,7 +37,7 @@
- #ifdef HAVE_FPLLL
- static void lll_fplll (mpz_t *v, mpz_t **M, const int m, const int n)
- {
-- ZZ_mat <mpz_t> Mp (m, n);
-+ fplll::ZZ_mat <mpz_t> Mp (m, n);
- int i, j;
-
- for (i = 0; i < m; i++)