diff options
author | lloyd <[email protected]> | 2010-02-24 15:05:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-02-24 15:05:32 +0000 |
commit | 64419e2f6f39e531815e057669179c6206f45946 (patch) | |
tree | f84de695d2c478c4cdfc2bd809e0bf885967cbcc /checks | |
parent | 3650b9e1ba2ffbc9983ede93853613ed78094bf0 (diff) |
Remove GFpModulus entirely
Diffstat (limited to 'checks')
-rw-r--r-- | checks/gfpmath.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checks/gfpmath.cpp b/checks/gfpmath.cpp index 50e1818c7..57c40bffb 100644 --- a/checks/gfpmath.cpp +++ b/checks/gfpmath.cpp @@ -15,7 +15,6 @@ #include <botan/bigint.h> #include <botan/numthry.h> #include <botan/gfp_element.h> -#include <botan/gfp_modulus.h> #include <botan/curve_gfp.h> #include <botan/ec_dompar.h> |