diff options
author | Jack Lloyd <[email protected]> | 2019-08-06 03:39:49 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-09-06 07:04:46 -0400 |
commit | d187ddcaebe11a324f0efb20eb67a842929adc6f (patch) | |
tree | a8ec6b1076eff60f7475dd7a904a1934192fcf10 /src/lib/math/numbertheory | |
parent | cc6b42d71b0cdc2ebfa2b33b5039991f2d79f606 (diff) |
Deprecate many publically available headers
Diffstat (limited to 'src/lib/math/numbertheory')
-rw-r--r-- | src/lib/math/numbertheory/curve_nistp.h | 2 | ||||
-rw-r--r-- | src/lib/math/numbertheory/make_prm.cpp | 1 | ||||
-rw-r--r-- | src/lib/math/numbertheory/pow_mod.h | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/math/numbertheory/curve_nistp.h b/src/lib/math/numbertheory/curve_nistp.h index 963526d5a..19d1bd256 100644 --- a/src/lib/math/numbertheory/curve_nistp.h +++ b/src/lib/math/numbertheory/curve_nistp.h @@ -10,6 +10,8 @@ #include <botan/bigint.h> +BOTAN_FUTURE_INTERNAL_HEADER(curve_nistp.h) + namespace Botan { /** diff --git a/src/lib/math/numbertheory/make_prm.cpp b/src/lib/math/numbertheory/make_prm.cpp index 7455a0049..67bdcd678 100644 --- a/src/lib/math/numbertheory/make_prm.cpp +++ b/src/lib/math/numbertheory/make_prm.cpp @@ -8,6 +8,7 @@ #include <botan/numthry.h> #include <botan/rng.h> #include <botan/internal/bit_ops.h> +#include <botan/loadstor.h> #include <algorithm> namespace Botan { diff --git a/src/lib/math/numbertheory/pow_mod.h b/src/lib/math/numbertheory/pow_mod.h index d179d8c85..b465013e5 100644 --- a/src/lib/math/numbertheory/pow_mod.h +++ b/src/lib/math/numbertheory/pow_mod.h @@ -10,6 +10,8 @@ #include <botan/bigint.h> +BOTAN_FUTURE_INTERNAL_HEADER(pow_mod.h) + namespace Botan { class Modular_Exponentiator; |